]> code.ossystems Code Review - openembedded-core.git/commitdiff
python-scons-native: Update for python-native changes
authorMorgan Little <morgan.little@windriver.com>
Thu, 19 Jul 2012 17:46:08 +0000 (13:46 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 22 Jul 2012 10:40:07 +0000 (11:40 +0100)
Add pythonnative to the inherits list

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python-scons-native_2.1.0.bb

index ff94cf69d8a1553c41de512773b5dfe4b53247fd..ec3f2f44494dd47db7e8e45d0f6b373d83fa6f3b 100644 (file)
@@ -1,5 +1,5 @@
 require python-scons_${PV}.bb
-inherit native
+inherit native pythonnative
 DEPENDS = "python-native"
 RDEPENDS_${PN} = ""
-PR = "r1"
+PR = "r2"