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:42:21 +0100 |
commit | 62d224286eff652747c539bdd7e1d459ace396d6 (patch) | |
tree | fcaab635ef92df0bc4d58fdb7562a90db4d38232 | |
parent | 75b7c51fed6e3b48c191af41f89192a86659058d (diff) | |
download | 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.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 @@ | |||
1 | require python-scons_${PV}.bb | 1 | require python-scons_${PV}.bb |
2 | inherit native | 2 | inherit native pythonnative |
3 | DEPENDS = "python-native" | 3 | DEPENDS = "python-native" |
4 | RDEPENDS_${PN} = "" | 4 | RDEPENDS_${PN} = "" |
5 | PR = "r1" | 5 | PR = "r2" |