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:
11315f9
)
package.bbclass: Add fakeroot-native as a depenedncy (from poky)
author
Richard Purdie
<rpurdie@rpsys.net>
Mon, 1 Jan 2007 17:49:24 +0000
(17:49 +0000)
committer
Richard Purdie
<rpurdie@rpsys.net>
Mon, 1 Jan 2007 17:49:24 +0000
(17:49 +0000)
classes/package.bbclass
patch
|
blob
|
history
diff --git
a/classes/package.bbclass
b/classes/package.bbclass
index
132fdcb
..
a327aa4
100644
(file)
--- a/
classes/package.bbclass
+++ b/
classes/package.bbclass
@@
-116,7
+116,7
@@
def do_split_packages(d, root, file_regex, output_pattern, description, postinst
bb.data.setVar('PACKAGES', ' '.join(packages), d)
-PACKAGE_DEPENDS ?= "file-native"
+PACKAGE_DEPENDS ?= "file-native
fakeroot-native
"
DEPENDS_prepend =+ "${PACKAGE_DEPENDS} "
# file(1) output to match to consider a file an unstripped executable
FILE_UNSTRIPPED_MATCH ?= "not stripped"