summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/make/make-native_3.80.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/make/make-native_3.80.bb b/packages/make/make-native_3.80.bb
new file mode 100644
index 0000000000..848bb03539
--- /dev/null
+++ b/packages/make/make-native_3.80.bb
@@ -0,0 +1,9 @@
+inherit native
+include make_${PV}.bb
+FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/make-${PV}"
+S = "${WORKDIR}/make-${PV}"
+
+do_stage() {
+ install -d ${STAGING_BINDIR}
+ install -m 755 make ${STAGING_BINDIR}
+}