git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ce575c
)
fakeroot 1.2.13: Fakeroot requires getopt which is provided via util-linux,
author
Jamie Lenehan
<lenehan@twibble.org>
Sun, 15 Oct 2006 02:39:21 +0000
(
02:39
+0000)
committer
Jamie 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
patch
|
blob
|
history
diff --git
a/packages/fakeroot/fakeroot_1.2.13.bb
b/packages/fakeroot/fakeroot_1.2.13.bb
index
6867a39
..
0326ea4
100644
(file)
--- 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"