aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2007-09-06 11:03:52 +0000
committerFlorian Boor <florian.boor@kernelconcepts.de>2007-09-06 11:03:52 +0000
commit758cda1d54508a6bcb16f18ee0f958063a0c1880 (patch)
treeb33cfc84e614a436ca08f8987432bcece97b4e2a
parent8460c2fecbe36ce06135d64b683b0f2c3d924baf (diff)
downloadopenembedded-758cda1d54508a6bcb16f18ee0f958063a0c1880.tar.gz
fakeroot: Apply patch for fakeroot-native to fakeroot too.
-rw-r--r--packages/fakeroot/fakeroot_1.7.1.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/fakeroot/fakeroot_1.7.1.bb b/packages/fakeroot/fakeroot_1.7.1.bb
index 486bf93a46..803b5f3ff4 100644
--- a/packages/fakeroot/fakeroot_1.7.1.bb
+++ b/packages/fakeroot/fakeroot_1.7.1.bb
@@ -3,9 +3,10 @@ SECTION = "base"
LICENSE = "GPL"
# fakeroot needs getopt which is provided by the util-linux package
RDEPENDS = "util-linux"
-PR = "r1"
+PR = "r2"
-SRC_URI = "ftp://ftp.debian.org/debian/pool/main/f/fakeroot/fakeroot_${PV}.tar.gz"
+SRC_URI = "ftp://ftp.debian.org/debian/pool/main/f/fakeroot/fakeroot_${PV}.tar.gz \
+ file://work-with-older-libtool.patch;patch=1"
inherit autotools