summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorgan Little <morgan.little@windriver.com>2012-07-19 13:46:08 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-22 11:42:21 +0100
commit62d224286eff652747c539bdd7e1d459ace396d6 (patch)
treefcaab635ef92df0bc4d58fdb7562a90db4d38232
parent75b7c51fed6e3b48c191af41f89192a86659058d (diff)
downloadast2050-yocto-poky-62d224286eff652747c539bdd7e1d459ace396d6.zip
ast2050-yocto-poky-62d224286eff652747c539bdd7e1d459ace396d6.tar.gz
python-scons-native: Update for python-native changes
Add pythonnative to the inherits list (From OE-Core rev: 7f3105d380370ae1f4fbc2e8295c80f22dfb16cc) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/python/python-scons-native_2.1.0.bb4
1 files changed, 2 insertions, 2 deletions
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 ff94cf6..ec3f2f4 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"
OpenPOWER on IntegriCloud