Comments
Patch
@@ -7,7 +7,7 @@ PROVIDES = "python-pygtk2"
SRCNAME = "pygtk"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
-PR = "ml10"
+PR = "ml11"
SRC_URI = "ftp://ftp.gnome.org/pub/gnome/sources/pygtk/2.17/${SRCNAME}-${PV}.tar.bz2 \
file://fix-gtkunixprint.patch \
@@ -21,7 +21,7 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
EXTRA_OECONF = "--disable-docs --with-python-includes=${STAGING_INCDIR}/../"
-inherit autotools pkgconfig distutils-base
+inherit autotools pkgconfig distutils-base pythonnative
do_configure_prepend() {
install -m 0644 ${WORKDIR}/acinclude.m4 ${S}/
Add pythonnative to the inherits list Signed-off-by: Morgan Little <morgan.little@windriver.com> --- .../recipes-devtools/python/python-pygtk_2.17.0.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)