aboutsummaryrefslogtreecommitdiffstats
path: root/packages/fakeroot
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2006-10-15 02:39:21 +0000
committerJamie Lenehan <lenehan@twibble.org>2006-10-15 02:39:21 +0000
commitb6c49e03bd76e8b035ac0857ca27879d4b174273 (patch)
treedaac6c6d82297add77902602afc86ee84a813ce1 /packages/fakeroot
parent9ce575c7b0402e8533017bb3c93cbcdbc59541c7 (diff)
downloadopenembedded-b6c49e03bd76e8b035ac0857ca27879d4b174273.tar.gz
fakeroot 1.2.13: Fakeroot requires getopt which is provided via util-linux,
so make it RDEPEND on util-linux. Closes #1452.
Diffstat (limited to 'packages/fakeroot')
-rw-r--r--packages/fakeroot/fakeroot_1.2.13.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/fakeroot/fakeroot_1.2.13.bb b/packages/fakeroot/fakeroot_1.2.13.bb
index 6867a39c93..0326ea41d7 100644
--- a/packages/fakeroot/fakeroot_1.2.13.bb
+++ b/packages/fakeroot/fakeroot_1.2.13.bb
@@ -2,6 +2,9 @@ DESCRIPTION = "Gives a fake root environment"
SECTION = "base"
HOMEPAGE = "http://joostje.op.het.net/fakeroot/index.html"
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"