diff options
author | Chris Larson <clarson@kergoth.com> | 2005-03-09 21:26:13 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2005-03-09 21:26:13 +0000 |
commit | b362b75f3e586aa6c7abfe6e98a69f624c245e84 (patch) | |
tree | b7a126db67dd641982780889597f71380118c494 /packages/automake/automake_1.7.7.bb | |
parent | 011fc23b899c7b857a99bc1b6a7a64ec392f945f (diff) |
Apply patch to fix a bug where automake was using a path (PERL variable,
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
Diffstat (limited to 'packages/automake/automake_1.7.7.bb')
-rw-r--r-- | packages/automake/automake_1.7.7.bb | 5 |
1 files changed, 3 insertions, 2 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*" |