[oe-commits] Morgan Little : python-scons-native: Update for python-native changes

git at git.openembedded.org git at git.openembedded.org
Sun Jul 22 10:43:54 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 7f3105d380370ae1f4fbc2e8295c80f22dfb16cc
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=7f3105d380370ae1f4fbc2e8295c80f22dfb16cc

Author: Morgan Little <morgan.little at windriver.com>
Date:   Thu Jul 19 13:46:08 2012 -0400

python-scons-native: Update for python-native changes

Add pythonnative to the inherits list

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../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 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"





More information about the Openembedded-commits mailing list