fakeroot 1.2.13: Fakeroot requires getopt which is provided via util-linux,
authorJamie Lenehan <lenehan@twibble.org>
Sun, 15 Oct 2006 02:39:21 +0000 (02:39 +0000)
committerJamie Lenehan <lenehan@twibble.org>
Sun, 15 Oct 2006 02:39:21 +0000 (02:39 +0000)
so make it RDEPEND on util-linux. Closes #1452.

packages/fakeroot/fakeroot_1.2.13.bb

index 6867a39..0326ea4 100644 (file)
@@ -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"