From: Jamie Lenehan Date: Sun, 15 Oct 2006 02:39:21 +0000 (+0000) Subject: fakeroot 1.2.13: Fakeroot requires getopt which is provided via util-linux, X-Git-Tag: Release-2010-05/1~9453^2~567^2~162^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6c49e03bd76e8b035ac0857ca27879d4b174273;p=openembedded.git fakeroot 1.2.13: Fakeroot requires getopt which is provided via util-linux, so make it RDEPEND on util-linux. Closes #1452. --- 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"