make: Add version 3.81 for both make and make-native.
authorJamie Lenehan <lenehan@twibble.org>
Sun, 10 Sep 2006 02:29:21 +0000 (02:29 +0000)
committerJamie Lenehan <lenehan@twibble.org>
Sun, 10 Sep 2006 02:29:21 +0000 (02:29 +0000)
packages/make/files/.mtn2git_empty [new file with mode: 0644]
packages/make/files/SCCS.patch [moved from packages/make/make-3.80/SCCS.patch with 100% similarity]
packages/make/make-native_3.80.bb
packages/make/make-native_3.81.bb [new file with mode: 0644]
packages/make/make.inc [new file with mode: 0644]
packages/make/make_3.80.bb
packages/make/make_3.81.bb [new file with mode: 0644]

diff --git a/packages/make/files/.mtn2git_empty b/packages/make/files/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
index e930740..509558c 100644 (file)
@@ -1,9 +1,14 @@
-require make_${PV}.bb
-inherit native
-FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/make-${PV}"
+PR = "r0"
+
 S = "${WORKDIR}/make-${PV}"
 
+inherit native
+
 do_stage() {
-       install -d ${STAGING_BINDIR}
-       install -m 755 make ${STAGING_BINDIR}
+        install -d ${STAGING_BINDIR}
+        install -m 755 make ${STAGING_BINDIR}
 }
+
+FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/make-${PV}"
+
+require make_${PV}.bb
diff --git a/packages/make/make-native_3.81.bb b/packages/make/make-native_3.81.bb
new file mode 100644 (file)
index 0000000..509558c
--- /dev/null
@@ -0,0 +1,14 @@
+PR = "r0"
+
+S = "${WORKDIR}/make-${PV}"
+
+inherit native
+
+do_stage() {
+        install -d ${STAGING_BINDIR}
+        install -m 755 make ${STAGING_BINDIR}
+}
+
+FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/make-${PV}"
+
+require make_${PV}.bb
diff --git a/packages/make/make.inc b/packages/make/make.inc
new file mode 100644 (file)
index 0000000..31223cb
--- /dev/null
@@ -0,0 +1,11 @@
+DESCRIPTION = "GNU Make examines the timestamps on a set of \
+interdependent files, and, if necessary, issues commands \
+to bring them up-to-date."
+HOMEPAGE = "http://www.gnu.org/software/make/"
+SECTION = "devel"
+LICENSE = "GPL"
+
+SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.bz2 \
+           file://SCCS.patch;patch=1"
+
+inherit autotools
index 565b460..797d26b 100644 (file)
@@ -1,9 +1,3 @@
-SECTION = "devel"
-DESCRIPTION = "GNU Make examines the timestamps on a set of \
-interdependent files, and, if necessary, issues commands \
-to bring them up-to-date."
-LICENSE = "GPL"
-SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.bz2 \
-          file://SCCS.patch;patch=1"
+PR = "r0"
 
-inherit autotools
+require make.inc
diff --git a/packages/make/make_3.81.bb b/packages/make/make_3.81.bb
new file mode 100644 (file)
index 0000000..797d26b
--- /dev/null
@@ -0,0 +1,3 @@
+PR = "r0"
+
+require make.inc