From: Morgan Little Date: Thu, 19 Jul 2012 17:46:08 +0000 (-0400) Subject: python-scons-native: Update for python-native changes X-Git-Tag: yocto-4.0~36232 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7f3105d380370ae1f4fbc2e8295c80f22dfb16cc;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python-scons-native: Update for python-native changes Add pythonnative to the inherits list Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python-scons-native_2.1.0.bb b/meta/recipes-devtools/python/python-scons-native_2.1.0.bb index ff94cf69d8a..ec3f2f44494 100644 --- a/meta/recipes-devtools/python/python-scons-native_2.1.0.bb +++ b/meta/recipes-devtools/python/python-scons-native_2.1.0.bb @@ -1,5 +1,5 @@ require python-scons_${PV}.bb -inherit native +inherit native pythonnative DEPENDS = "python-native" RDEPENDS_${PN} = "" -PR = "r1" +PR = "r2"