mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
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:
-1
@@ -1,5 +1,4 @@
|
|||||||
SECTION = "base"
|
SECTION = "base"
|
||||||
PR = "r0"
|
|
||||||
require fakeroot_${PV}.bb
|
require fakeroot_${PV}.bb
|
||||||
inherit native
|
inherit native
|
||||||
RDEPENDS="util-linux-native"
|
RDEPENDS="util-linux-native"
|
||||||
+2
-2
@@ -4,9 +4,9 @@ SECTION = "base"
|
|||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
# fakeroot needs getopt which is provided by the util-linux package
|
# fakeroot needs getopt which is provided by the util-linux package
|
||||||
RDEPENDS = "util-linux"
|
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
|
inherit autotools
|
||||||
|
|
||||||
Reference in New Issue
Block a user