diff options
Diffstat (limited to 'packages/automake')
-rw-r--r-- | packages/automake/automake_1.7.7.bb | 5 | ||||
-rw-r--r-- | packages/automake/automake_1.8.2.bb | 5 | ||||
-rw-r--r-- | packages/automake/automake_1.8.4.bb | 5 | ||||
-rw-r--r-- | packages/automake/automake_1.9.2.bb | 5 | ||||
-rw-r--r-- | packages/automake/automake_1.9.3.bb | 5 | ||||
-rw-r--r-- | packages/automake/files/path_prog_fixes.patch | 0 |
6 files changed, 15 insertions, 10 deletions
diff --git a/packages/automake/automake_1.7.7.bb b/packages/automake/automake_1.7.7.bb index ec701320a9..eece968f8c 100644 --- a/packages/automake/automake_1.7.7.bb +++ b/packages/automake/automake_1.7.7.bb @@ -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*" diff --git a/packages/automake/automake_1.8.2.bb b/packages/automake/automake_1.8.2.bb index c064d7f6e5..51cec5a49d 100644 --- a/packages/automake/automake_1.8.2.bb +++ b/packages/automake/automake_1.8.2.bb @@ -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}" diff --git a/packages/automake/automake_1.8.4.bb b/packages/automake/automake_1.8.4.bb index 03fb7b5214..10bf66e416 100644 --- a/packages/automake/automake_1.8.4.bb +++ b/packages/automake/automake_1.8.4.bb @@ -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 diff --git a/packages/automake/automake_1.9.2.bb b/packages/automake/automake_1.9.2.bb index c6e17d040b..23ab219eb7 100644 --- a/packages/automake/automake_1.9.2.bb +++ b/packages/automake/automake_1.9.2.bb @@ -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}" diff --git a/packages/automake/automake_1.9.3.bb b/packages/automake/automake_1.9.3.bb index 6786a29ad0..471fa2457b 100644 --- a/packages/automake/automake_1.9.3.bb +++ b/packages/automake/automake_1.9.3.bb @@ -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 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/automake/files/path_prog_fixes.patch |