From b362b75f3e586aa6c7abfe6e98a69f624c245e84 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Wed, 9 Mar 2005 21:26:13 +0000 Subject: 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 --- packages/automake/automake_1.8.2.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'packages/automake/automake_1.8.2.bb') 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}" -- cgit v1.2.3