Add pythonnative to the inherits list Signed-off-by: Morgan Little <morgan.lit...@windriver.com> --- .../recipes-devtools/python/python-pygtk_2.17.0.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-devtools/python/python-pygtk_2.17.0.bb b/meta/recipes-devtools/python/python-pygtk_2.17.0.bb index 603ec5b..06535f9 100644 --- a/meta/recipes-devtools/python/python-pygtk_2.17.0.bb +++ b/meta/recipes-devtools/python/python-pygtk_2.17.0.bb @@ -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}/ -- 1.7.0.4 _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core