mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
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>
This commit is contained in:
parent
c1ad61096e
commit
1bff71c623
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user