[oe-commits] Frans Meulenbroeks : lemon: recreated native recipe

git version control git at git.openembedded.org
Sun Mar 14 21:32:01 UTC 2010


Module: openembedded.git
Branch: eFfeM/sanity
Commit: 37e71340bca4f630e1e8dd29f37e2c028cc1e623
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=37e71340bca4f630e1e8dd29f37e2c028cc1e623

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Sun Mar 14 18:16:13 2010 +0100

lemon: recreated native recipe

with bbclassextend the native recipe barfs about install

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 recipes/lemon/lemon-native_3.5.4.bb |   11 +++++++++++
 recipes/lemon/lemon_3.5.4.bb        |    2 --
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/recipes/lemon/lemon-native_3.5.4.bb b/recipes/lemon/lemon-native_3.5.4.bb
new file mode 100644
index 0000000..55a083c
--- /dev/null
+++ b/recipes/lemon/lemon-native_3.5.4.bb
@@ -0,0 +1,11 @@
+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}
+}
diff --git a/recipes/lemon/lemon_3.5.4.bb b/recipes/lemon/lemon_3.5.4.bb
index ded63b0..4a7e5e7 100644
--- a/recipes/lemon/lemon_3.5.4.bb
+++ b/recipes/lemon/lemon_3.5.4.bb
@@ -9,5 +9,3 @@ do_install() {
 	install -d ${D}${mandir}/man1
 	install -m 0644 ${WORKDIR}/lemon.1 ${D}${mandir}/man1/
 }
-
-BBCLASSEXTEND="native"





More information about the Openembedded-commits mailing list