From patchwork Fri Jul 13 12:22:39 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [OE-core,04/20] python-gst: Update for python-native changes Date: Fri, 13 Jul 2012 12:22:39 -0000 From: Morgan Little X-Patchwork-Id: 32007 Message-Id: <1342182175-6461-5-git-send-email-morgan.little@windriver.com> To: Add pythonnative to the inherits list Signed-off-by: Morgan Little --- meta/recipes-devtools/python/python-gst_0.10.22.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/python/python-gst_0.10.22.bb b/meta/recipes-devtools/python/python-gst_0.10.22.bb index 7bd6d06..dfdab2d 100644 --- a/meta/recipes-devtools/python/python-gst_0.10.22.bb +++ b/meta/recipes-devtools/python/python-gst_0.10.22.bb @@ -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}/../"