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:
4e39055
)
package.bbclass: yank an unintentional change.
author
Chris Larson
<clarson@kergoth.com>
Thu, 14 Sep 2006 19:32:43 +0000
(19:32 +0000)
committer
Chris Larson
<clarson@kergoth.com>
Thu, 14 Sep 2006 19:32:43 +0000
(19:32 +0000)
classes/package.bbclass
patch
|
blob
|
history
diff --git
a/classes/package.bbclass
b/classes/package.bbclass
index
6a27bc2
..
3c6d97d
100644
(file)
--- a/
classes/package.bbclass
+++ b/
classes/package.bbclass
@@
-391,10
+391,6
@@
python populate_packages () {
bb.note("%s contains dangling symlink to %s" % (pkg, l))
bb.data.setVar('RDEPENDS_' + pkg, " " + " ".join(rdepends), d)
- bb.build.exec_func('emit_pkgdata', d)
-}
-
-python emit_pkgdata() {
def write_if_exists(f, pkg, var):
def encode(str):
import codecs