Comments
Patch
@@ -3,7 +3,7 @@ SECTION = "devel/python"
LICENSE = "LGPLv2.1"
DEPENDS = "gstreamer gst-plugins-base python-pygobject"
RDEPENDS_${PN} += "python-pygtk"
-PR = "r1"
+PR = "r2"
SRC_URI = "http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.bz2 \
file://python-path.patch"
@@ -14,7 +14,7 @@ S = "${WORKDIR}/gst-python-${PV}"
LIC_FILES_CHKSUM = "file://COPYING;md5=39ff67e932b7bdfa9b78bad67151690b"
-inherit autotools distutils-base pkgconfig
+inherit autotools distutils-base pkgconfig pythonnative
EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../"
Add pythonnative to the inherits list Signed-off-by: Morgan Little <morgan.little@windriver.com> --- meta/recipes-devtools/python/python-gst_0.10.22.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)