summaryrefslogtreecommitdiffstats
path: root/meta/packages/fakeroot/fakeroot_1.9.4.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-01-23 22:46:19 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2010-01-23 22:46:19 +0000
commit75f682d1f671a7b249d80b9347a6ebef260902ae (patch)
tree0debf2e02f7c6e24c650ed9e2c055af49d52c583 /meta/packages/fakeroot/fakeroot_1.9.4.bb
parentb9d958c186da6a3493208ee2f1dce758e11022b1 (diff)
downloadpoky-75f682d1f671a7b249d80b9347a6ebef260902ae.tar.gz
fakeroot: Stop setting LD_LIBRARY_PATH as it breaks things (see patch description)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/fakeroot/fakeroot_1.9.4.bb')
-rw-r--r--meta/packages/fakeroot/fakeroot_1.9.4.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/packages/fakeroot/fakeroot_1.9.4.bb b/meta/packages/fakeroot/fakeroot_1.9.4.bb
index f2c3b01c85..d7545ddb26 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"
5# fakeroot needs getopt which is provided by the util-linux package 5# fakeroot needs getopt which is provided by the util-linux package
6RDEPENDS = "util-linux" 6RDEPENDS = "util-linux"
7RDEPENDS_virtclass-native = "util-linux-native" 7RDEPENDS_virtclass-native = "util-linux-native"
8PR = "r2" 8PR = "r3"
9 9
10SRC_URI = "${DEBIAN_MIRROR}/main/f/fakeroot/fakeroot_${PV}.tar.gz \ 10SRC_URI = "${DEBIAN_MIRROR}/main/f/fakeroot/fakeroot_${PV}.tar.gz \
11 file://configure-libtool.patch;patch=1" 11 file://configure-libtool.patch;patch=1 \
12 file://absolutepaths.patch;patch=1 "
12 13
13inherit autotools_stage 14inherit autotools_stage
14 15