aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lemon/lemon-native_3.5.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/lemon/lemon-native_3.5.4.bb')
-rw-r--r--recipes/lemon/lemon-native_3.5.4.bb11
1 files changed, 11 insertions, 0 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 0000000000..55a083ccb7
--- /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}
+}