[oe-commits] org.oe.dev fakeroot 1.2.13: Fakeroot requires getopt which is provided via util-linux,

lenehan commit openembedded-commits at lists.openembedded.org
Sun Oct 15 02:48:08 UTC 2006


fakeroot 1.2.13: Fakeroot requires getopt which is provided via util-linux,
so make it RDEPEND on util-linux. Closes #1452.

Author: lenehan at openembedded.org
Branch: org.openembedded.dev
Revision: 017c3ffd1c96ca1b16861d10ad29498330a2fcfe
ViewMTN: http://monotone.openembedded.org/revision.psp?id=017c3ffd1c96ca1b16861d10ad29498330a2fcfe
Files:
1
packages/fakeroot/fakeroot_1.2.13.bb
Diffs:

#
# mt diff -r52356cfd20af235f30558704b52a4d16da2fdaec -r017c3ffd1c96ca1b16861d10ad29498330a2fcfe
#
# 
# 
# patch "packages/fakeroot/fakeroot_1.2.13.bb"
#  from [a19f082d91341bf41acb6e7ed7e4a78f81a2b62e]
#    to [e673260ea7f643855a1e85024ab3c108abfb7807]
# 
============================================================
--- packages/fakeroot/fakeroot_1.2.13.bb	a19f082d91341bf41acb6e7ed7e4a78f81a2b62e
+++ packages/fakeroot/fakeroot_1.2.13.bb	e673260ea7f643855a1e85024ab3c108abfb7807
@@ -1,7 +1,10 @@ LICENSE = "GPL"
 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"
 






More information about the Openembedded-commits mailing list