Apply patch to fix a bug where automake was using a path (PERL variable,
authorChris Larson <clarson@kergoth.com>
Wed, 9 Mar 2005 21:26:13 +0000 (21:26 +0000)
committerChris Larson <clarson@kergoth.com>
Wed, 9 Mar 2005 21:26:13 +0000 (21:26 +0000)
AC_PATH_PROG macro) from the build machine in binaries for the target.
This resulted in the automake ipk being completely useless.  Modified it to
call '/usr/bin/env perl' instead.

BKrev: 422f69f5uOp3PzYtbulyHSSIUkMi3A

packages/automake/automake_1.7.7.bb
packages/automake/automake_1.8.2.bb
packages/automake/automake_1.8.4.bb
packages/automake/automake_1.9.2.bb
packages/automake/automake_1.9.3.bb
packages/automake/files/path_prog_fixes.patch [new file with mode: 0644]

index ec70132..eece968 100644 (file)
@@ -1,8 +1,9 @@
-SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2"
+SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2 \
+       file://path_prog_fixes.patch;patch=1"
 DESCRIPTION = "A tool for automatically generating Makefiles."
 SECTION = "devel"
 LICENSE = "GPL"
-PR = "r3"
+PR = "r4"
 inherit autotools
 
 FILES_${PN} += "${datadir}/automake* ${datadir}/aclocal*"
index c064d7f..51cec5a 100644 (file)
@@ -1,9 +1,10 @@
 SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2 \
-          file://automake182-update-configscripts.patch;patch=1;pnum=1"
+          file://automake182-update-configscripts.patch;patch=1;pnum=1 \
+       file://path_prog_fixes.patch;patch=1"
 DESCRIPTION = "A tool for automatically generating Makefiles."
 SECTION = "devel"
 LICENSE = "GPL"
-PR = "r3"
+PR = "r4"
 
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/automake-${PV}"
 
index 03fb7b5..10bf66e 100644 (file)
@@ -2,9 +2,10 @@ DESCRIPTION = "A tool for automatically generating Makefiles."
 LICENSE = "GPL"
 HOMEPAGE = "http://www.gnu.org/software/automake/"
 SECTION = "devel"
-PR = "r3"
+PR = "r4"
 
-SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2"
+SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2 \
+       file://path_prog_fixes.patch;patch=1"
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/automake-${PV}"
 
 inherit autotools
index c6e17d0..23ab219 100644 (file)
@@ -2,9 +2,10 @@ DESCRIPTION = "A tool for automatically generating Makefiles."
 LICENSE = "GPL"
 HOMEPAGE = "http://www.gnu.org/software/automake/"
 SECTION = "devel"
-PR = "r3"
+PR = "r4"
 
-SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2"
+SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2 \
+       file://path_prog_fixes.patch;patch=1"
 S = "${WORKDIR}/automake-${PV}"
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/automake-${PV}"
 
index 6786a29..471fa24 100644 (file)
@@ -2,9 +2,10 @@ DESCRIPTION = "A tool for automatically generating Makefiles."
 LICENSE = "GPL"
 HOMEPAGE = "http://www.gnu.org/software/automake/"
 SECTION = "devel"
-PR = "r2"
+PR = "r3"
 
-SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2"
+SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2 \
+          file://path_prog_fixes.patch;patch=1"
 S = "${WORKDIR}/automake-${PV}"
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/automake-${PV}"
 
diff --git a/packages/automake/files/path_prog_fixes.patch b/packages/automake/files/path_prog_fixes.patch
new file mode 100644 (file)
index 0000000..e69de29