diff options
| author | Jackie Huang <jackie.huang@windriver.com> | 2016-12-28 18:33:51 +0800 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-01-10 13:12:55 +0100 |
| commit | 1bff71c623373cf261573f23781f68de1992d55b (patch) | |
| tree | 0587ab752c1742b46ee77a5ac16a5227ccb9db58 | |
| parent | c1ad61096eb2fc997061aa6b6cb2882837bd1d4e (diff) | |
| download | meta-openembedded-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>
| -rw-r--r-- | meta-oe/recipes-devtools/python/python-pygobject_3.22.0.bb | 1 |
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" | |||
| 26 | EXTRA_OECONF = "--disable-cairo --with-python=${PYTHON}" | 26 | EXTRA_OECONF = "--disable-cairo --with-python=${PYTHON}" |
| 27 | 27 | ||
| 28 | RDEPENDS_${PN} += "python-setuptools python-importlib" | 28 | RDEPENDS_${PN} += "python-setuptools python-importlib" |
| 29 | RDEPENDS_${PN}_class-native = "" | ||
| 29 | 30 | ||
| 30 | do_install_append() { | 31 | do_install_append() { |
| 31 | # Remove files that clash with python3-pygobject; their content is same | 32 | # Remove files that clash with python3-pygobject; their content is same |
