From: Jackie Huang <[email protected]> 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 <[email protected]> --- meta-oe/recipes-devtools/python/python-pygobject_3.20.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-devtools/python/python-pygobject_3.20.1.bb b/meta-oe/recipes-devtools/python/python-pygobject_3.20.1.bb index e490ae5..f02c62a 100644 --- a/meta-oe/recipes-devtools/python/python-pygobject_3.20.1.bb +++ b/meta-oe/recipes-devtools/python/python-pygobject_3.20.1.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 -- 2.7.4 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
