diff options
author | Morgan Little <morgan.little@windriver.com> | 2012-07-19 13:46:08 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-22 11:40:07 +0100 |
commit | 7f3105d380370ae1f4fbc2e8295c80f22dfb16cc (patch) | |
tree | e22442802f68398ccd5738482bd9255c3bd76478 /meta/recipes-devtools | |
parent | 284a65d55f0ffad0f4f7f32d72da0f9410578643 (diff) | |
download | openembedded-core-7f3105d380370ae1f4fbc2e8295c80f22dfb16cc.tar.gz openembedded-core-7f3105d380370ae1f4fbc2e8295c80f22dfb16cc.tar.bz2 openembedded-core-7f3105d380370ae1f4fbc2e8295c80f22dfb16cc.zip |
python-scons-native: Update for python-native changes
Add pythonnative to the inherits list
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/python/python-scons-native_2.1.0.bb | 4 |
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 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" |