make: add -native variant
authorRene Wagner <rw@handhelds.org>
Wed, 17 Aug 2005 17:02:38 +0000 (17:02 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 17 Aug 2005 17:02:38 +0000 (17:02 +0000)
packages/make/make-native_3.80.bb [new file with mode: 0644]

diff --git a/packages/make/make-native_3.80.bb b/packages/make/make-native_3.80.bb
new file mode 100644 (file)
index 0000000..848bb03
--- /dev/null
@@ -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}
+}