From 75f682d1f671a7b249d80b9347a6ebef260902ae Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 23 Jan 2010 22:46:19 +0000 Subject: fakeroot: Stop setting LD_LIBRARY_PATH as it breaks things (see patch description) Signed-off-by: Richard Purdie --- meta/packages/fakeroot/fakeroot_1.9.4.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'meta/packages/fakeroot/fakeroot_1.9.4.bb') diff --git a/meta/packages/fakeroot/fakeroot_1.9.4.bb b/meta/packages/fakeroot/fakeroot_1.9.4.bb index f2c3b01c8..d7545ddb2 100644 --- a/meta/packages/fakeroot/fakeroot_1.9.4.bb +++ b/meta/packages/fakeroot/fakeroot_1.9.4.bb @@ -5,10 +5,11 @@ LICENSE = "GPL" # fakeroot needs getopt which is provided by the util-linux package RDEPENDS = "util-linux" RDEPENDS_virtclass-native = "util-linux-native" -PR = "r2" +PR = "r3" SRC_URI = "${DEBIAN_MIRROR}/main/f/fakeroot/fakeroot_${PV}.tar.gz \ - file://configure-libtool.patch;patch=1" + file://configure-libtool.patch;patch=1 \ + file://absolutepaths.patch;patch=1 " inherit autotools_stage -- cgit v1.2.3