From 84d7c28c9f3500d75d9ef71a0214259e8c9eea40 Mon Sep 17 00:00:00 2001 From: Jamie Lenehan Date: Sun, 10 Sep 2006 02:29:21 +0000 Subject: make: Add version 3.81 for both make and make-native. --- packages/make/files/.mtn2git_empty | 0 packages/make/files/SCCS.patch | 16 ++++++++++++++++ packages/make/make-3.80/SCCS.patch | 16 ---------------- packages/make/make-native_3.80.bb | 15 ++++++++++----- packages/make/make-native_3.81.bb | 14 ++++++++++++++ packages/make/make.inc | 11 +++++++++++ packages/make/make_3.80.bb | 10 ++-------- packages/make/make_3.81.bb | 3 +++ 8 files changed, 56 insertions(+), 29 deletions(-) create mode 100644 packages/make/files/.mtn2git_empty create mode 100644 packages/make/files/SCCS.patch delete mode 100644 packages/make/make-3.80/SCCS.patch create mode 100644 packages/make/make-native_3.81.bb create mode 100644 packages/make/make.inc create mode 100644 packages/make/make_3.81.bb (limited to 'packages') diff --git a/packages/make/files/.mtn2git_empty b/packages/make/files/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/make/files/SCCS.patch b/packages/make/files/SCCS.patch new file mode 100644 index 0000000000..c998e118ed --- /dev/null +++ b/packages/make/files/SCCS.patch @@ -0,0 +1,16 @@ + +# +# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher +# + +--- make-3.80/configure.in~SCCS ++++ make-3.80/configure.in +@@ -264,7 +264,7 @@ + [Define this if the SCCS 'get' command understands the '-G' option.]);; + esac + fi +-rm -f s.conftest conftoast ++rm -f s.conftest conftoast SCCS/*s.conftest + + # Check the system to see if it provides GNU glob. If not, use our + # local version. diff --git a/packages/make/make-3.80/SCCS.patch b/packages/make/make-3.80/SCCS.patch deleted file mode 100644 index c998e118ed..0000000000 --- a/packages/make/make-3.80/SCCS.patch +++ /dev/null @@ -1,16 +0,0 @@ - -# -# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher -# - ---- make-3.80/configure.in~SCCS -+++ make-3.80/configure.in -@@ -264,7 +264,7 @@ - [Define this if the SCCS 'get' command understands the '-G' option.]);; - esac - fi --rm -f s.conftest conftoast -+rm -f s.conftest conftoast SCCS/*s.conftest - - # Check the system to see if it provides GNU glob. If not, use our - # local version. diff --git a/packages/make/make-native_3.80.bb b/packages/make/make-native_3.80.bb index e930740d5b..509558c405 100644 --- a/packages/make/make-native_3.80.bb +++ b/packages/make/make-native_3.80.bb @@ -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 index 0000000000..509558c405 --- /dev/null +++ b/packages/make/make-native_3.81.bb @@ -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 index 0000000000..31223cbbf1 --- /dev/null +++ b/packages/make/make.inc @@ -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 diff --git a/packages/make/make_3.80.bb b/packages/make/make_3.80.bb index 565b460f10..797d26b3be 100644 --- a/packages/make/make_3.80.bb +++ b/packages/make/make_3.80.bb @@ -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 index 0000000000..797d26b3be --- /dev/null +++ b/packages/make/make_3.81.bb @@ -0,0 +1,3 @@ +PR = "r0" + +require make.inc -- cgit v1.2.3