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: 2015-4~9851 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=7f3105d380370ae1f4fbc2e8295c80f22dfb16cc;p=openembedded-core.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 ff94cf69d8..ec3f2f4449 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"