[oe] [PATCH] lemon_3.5.4: merged native and non-native recipes

Fahad Usman fahad_usman at mentor.com
Fri Aug 27 13:29:51 UTC 2010


* removed the lemon-native_3.5.4.bb file
* added NATIVE_INSTALL_WORKS = "1"
* added BBCLASSEXTEND = "native"
* bumped PR

Signed-off-by: Fahad Usman <fahad_usman at mentor.com>
---
 recipes/lemon/lemon-native_3.5.4.bb |   14 --------------
 recipes/lemon/lemon_3.5.4.bb        |    6 +++++-
 2 files changed, 5 insertions(+), 15 deletions(-)

diff --git a/recipes/lemon/lemon-native_3.5.4.bb b/recipes/lemon/lemon-native_3.5.4.bb
deleted file mode 100644
index f293ab1..0000000
--- a/recipes/lemon/lemon-native_3.5.4.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-require lemon.inc
-
-PR = "r0"
-
-inherit native
-
-do_stage() {
-	install -d ${STAGING_BINDIR}
-	install -m 0755 lemon ${STAGING_BINDIR}
-	install -m 0644 lempar.c ${STAGING_BINDIR}
-}
-
-SRC_URI[md5sum] = "f17da840eed792e896c3408d0ce97718"
-SRC_URI[sha256sum] = "47daba209bd3bcffa1c5fcd5fdfc4f524eae619b4fa855aeeb1bbbc8bd2bb04f"
diff --git a/recipes/lemon/lemon_3.5.4.bb b/recipes/lemon/lemon_3.5.4.bb
index 0be511a..719a84f 100644
--- a/recipes/lemon/lemon_3.5.4.bb
+++ b/recipes/lemon/lemon_3.5.4.bb
@@ -1,6 +1,6 @@
 require lemon.inc
 
-PR = "r0"
+PR = "r1"
 
 do_install() {
 	install -d ${D}${bindir}
@@ -12,3 +12,7 @@ do_install() {
 
 SRC_URI[md5sum] = "f17da840eed792e896c3408d0ce97718"
 SRC_URI[sha256sum] = "47daba209bd3bcffa1c5fcd5fdfc4f524eae619b4fa855aeeb1bbbc8bd2bb04f"
+
+BBCLASSEXTEND = "native"
+
+NATIVE_INSTALL_WORKS = "1"
-- 
1.6.3.3





More information about the Openembedded-devel mailing list