[oe] [meta-python][PATCH] python-vcversioner: empty the RDEPENDS for native

jackie.huang at windriver.com jackie.huang at windriver.com
Fri Dec 30 02:28:40 UTC 2016


From: Jackie Huang <jackie.huang at windriver.com>

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.

Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
---
 meta-python/recipes-devtools/python/python-vcversioner_2.16.0.0.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-python/recipes-devtools/python/python-vcversioner_2.16.0.0.bb b/meta-python/recipes-devtools/python/python-vcversioner_2.16.0.0.bb
index f4a6009..cd6fa8d 100644
--- a/meta-python/recipes-devtools/python/python-vcversioner_2.16.0.0.bb
+++ b/meta-python/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"
-- 
2.8.3




More information about the Openembedded-devel mailing list