From 3ad0b30fea32a9a66f942c8e6afd82f736e95c62 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Fri, 30 Dec 2016 10:28:40 +0800 Subject: 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. Signed-off-by: Jackie Huang Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-vcversioner_2.16.0.0.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-python') 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 f4a6009f87..cd6fa8dff6 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" -- cgit 1.2.3-korg