aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-vcversioner_2.16.0.0.bb
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2016-12-30 10:28:40 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2017-01-10 13:12:56 +0100
commit1e1f46e73c0addd432c8ee9bbbede0a16f319d02 (patch)
tree72062193d62be6142efcb01e08526d217fcfa365 /recipes-devtools/python/python-vcversioner_2.16.0.0.bb
parenta490b63e24e6695d728048e21c430e5c2a3d4ec1 (diff)
downloadmeta-python2-1e1f46e73c0addd432c8ee9bbbede0a16f319d02.tar.gz
python-vcversioner: empty the RDEPENDS for native
The RDEPENDS for native package is not needed, and it will fail since there is no provider for python-subprocess-native: | ERROR: Nothing RPROVIDES 'python-subprocess-native' so empty the RDEPENDS for native package. (From meta-openembedded commit: 3ad0b30fea32a9a66f942c8e6afd82f736e95c62) Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python-vcversioner_2.16.0.0.bb')
-rw-r--r--recipes-devtools/python/python-vcversioner_2.16.0.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-vcversioner_2.16.0.0.bb b/recipes-devtools/python/python-vcversioner_2.16.0.0.bb
index f4a6009..cd6fa8d 100644
--- a/recipes-devtools/python/python-vcversioner_2.16.0.0.bb
+++ b/recipes-devtools/python/python-vcversioner_2.16.0.0.bb
@@ -20,5 +20,6 @@ do_install_append() {
RDEPENDS_${PN} += "\
${PYTHON_PN}-subprocess \
"
+RDEPENDS_${PN}_class-native = ""
BBCLASSEXTEND = "native"