From 1bff71c623373cf261573f23781f68de1992d55b Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 28 Dec 2016 18:33:51 +0800 Subject: [PATCH] python-pygobject: empty the RDEPENDS for native The RDEPENDS for native package is not needed, and it will fail since there is no provider for python-importlib-native: | ERROR: Nothing RPROVIDES 'python-importlib-native' so empty the RDEPENDS for native package. Signed-off-by: Jackie Huang Signed-off-by: Martin Jansa --- meta-oe/recipes-devtools/python/python-pygobject_3.22.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-devtools/python/python-pygobject_3.22.0.bb b/meta-oe/recipes-devtools/python/python-pygobject_3.22.0.bb index 56691aa21f..952145f1ef 100644 --- a/meta-oe/recipes-devtools/python/python-pygobject_3.22.0.bb +++ b/meta-oe/recipes-devtools/python/python-pygobject_3.22.0.bb @@ -26,6 +26,7 @@ BBCLASSEXTEND = "native" EXTRA_OECONF = "--disable-cairo --with-python=${PYTHON}" RDEPENDS_${PN} += "python-setuptools python-importlib" +RDEPENDS_${PN}_class-native = "" do_install_append() { # Remove files that clash with python3-pygobject; their content is same