fakeroot: 1.2.13 -> 1.7.1 to fix various random rootfs creation failures

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2532 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2007-08-21 14:18:17 +00:00
parent 2075cb72ac
commit 222ff8ebd7
2 changed files with 2 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
SECTION = "base"
PR = "r0"
require fakeroot_${PV}.bb
inherit native
RDEPENDS="util-linux-native"

View File

@@ -4,9 +4,9 @@ SECTION = "base"
LICENSE = "GPL"
# fakeroot needs getopt which is provided by the util-linux package
RDEPENDS = "util-linux"
PR = "r1"
SRC_URI = "http://openzaurus.org/mirror/fakeroot_${PV}.tar.gz"
SRC_URI = "${DEBIAN_MIRROR}/main/f/fakeroot/fakeroot_${PV}.tar.gz \
file://autofoo.patch;patch=1"
inherit autotools