mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +02:00
python-pygobject-native: fix build dependency on python-native
The class-native override is undoing the dependency that distutils-base added which we require. This patch adds in the missing dependency manually to ensure the build functions correctly. Fixes [YOCTO #4502]. (From OE-Core rev: ae28ee3f7a060b9e0d13154a84f2444a98490b5b) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f371626f70
commit
ad35569044
@@ -3,7 +3,7 @@ SECTION = "devel/python"
|
|||||||
LICENSE = "LGPLv2.1"
|
LICENSE = "LGPLv2.1"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
|
||||||
DEPENDS = "python python-pygobject-native glib-2.0"
|
DEPENDS = "python python-pygobject-native glib-2.0"
|
||||||
DEPENDS_class-native = "glib-2.0-native"
|
DEPENDS_class-native = "python-native glib-2.0-native"
|
||||||
RDEPENDS_class-native = ""
|
RDEPENDS_class-native = ""
|
||||||
PR = "r6"
|
PR = "r6"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user