[OE-core] [PATCH 04/20] python-gst: Update for python-native changes

Morgan Little morgan.little at windriver.com
Fri Jul 13 13:54:53 UTC 2012


Add pythonnative to the inherits list

Signed-off-by: Morgan Little <morgan.little at windriver.com>
---
 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}/../"
 
-- 
1.7.0.4





More information about the Openembedded-core mailing list