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:
207971b
)
fakeroot.inc: Add RDEPENDS_${PN}-virtclass-native
author
Tom Rini
<tom_rini@mentor.com>
Wed, 2 Mar 2011 18:45:12 +0000
(11:45 -0700)
committer
Tom Rini
<tom_rini@mentor.com>
Wed, 2 Mar 2011 18:45:12 +0000
(11:45 -0700)
Fixes RDEPENDS on fakeroot-native.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/fakeroot/fakeroot.inc
patch
|
blob
|
history
diff --git
a/recipes/fakeroot/fakeroot.inc
b/recipes/fakeroot/fakeroot.inc
index
af71e24
..
86002b9
100644
(file)
--- a/
recipes/fakeroot/fakeroot.inc
+++ b/
recipes/fakeroot/fakeroot.inc
@@
-14,3
+14,4
@@
SRC_URI = "\
# fakeroot needs getopt which is provided by the util-linux package
RDEPENDS_${PN} = "util-linux"
+RDEPENDS_${PN}_virtclass-native = "util-linux-native"