aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2016-12-28 18:33:51 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2017-01-10 13:12:55 +0100
commit1bff71c623373cf261573f23781f68de1992d55b (patch)
tree0587ab752c1742b46ee77a5ac16a5227ccb9db58 /meta-oe
parentc1ad61096eb2fc997061aa6b6cb2882837bd1d4e (diff)
downloadmeta-openembedded-contrib-1bff71c623373cf261573f23781f68de1992d55b.tar.gz
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 <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-devtools/python/python-pygobject_3.22.0.bb1
1 files changed, 1 insertions, 0 deletions
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