[OE-core,05/20] python-pygobject: Update for python-native changes
Submitted by Morgan Little on July 13, 2012, 12:22 p.m.
|
Patch ID: 32005
Details
Commit Message
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
DEPENDS = "python python-pygobject-native glib-2.0"
DEPENDS_virtclass-native = "glib-2.0-native"
RDEPENDS_virtclass-native = ""
-PR = "r4"
+PR = "r5"
MAJ_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}"
@@ -18,7 +18,7 @@ S = "${WORKDIR}/pygobject-${PV}"
FILESPATH = "${FILE_DIRNAME}/python-pygobject:${FILE_DIRNAME}/files"
EXTRA_OECONF += "--disable-introspection"
-inherit autotools distutils-base pkgconfig
+inherit autotools distutils-base pkgconfig pythonnative
# necessary to let the call for python-config succeed
export BUILD_SYS
Add pythonnative to the inherits list Signed-off-by: Morgan Little <morgan.little@windriver.com> --- .../python/python-pygobject_2.27.91.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)