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:
fe7f68a
)
package_ipkg.bbclass: Remove uneeded line, the anonymous python function sets this...
author
Richard Purdie
<rpurdie@rpsys.net>
Tue, 19 Feb 2008 12:23:07 +0000
(12:23 +0000)
committer
Richard Purdie
<rpurdie@rpsys.net>
Tue, 19 Feb 2008 12:23:07 +0000
(12:23 +0000)
classes/package_ipk.bbclass
patch
|
blob
|
history
diff --git
a/classes/package_ipk.bbclass
b/classes/package_ipk.bbclass
index
57fcaa7
..
de7f0fe
100644
(file)
--- a/
classes/package_ipk.bbclass
+++ b/
classes/package_ipk.bbclass
@@
-313,5
+313,4
@@
python do_package_write_ipk () {
bb.build.exec_func("do_package_ipk", d)
}
do_package_write_ipk[dirs] = "${D}"
-do_package_write_ipk[depends] = "ipkg-utils-native:do_populate_staging"
addtask package_write_ipk before do_package_write after do_package