[oe-commits] org.oe.dev package_ipkg.bbclass: Remove uneeded line, the anonymous python function sets this only in the case its needed (PACKAGES isnt empty)

rpurdie commit openembedded-commits at lists.openembedded.org
Tue Feb 19 13:10:51 UTC 2008


package_ipkg.bbclass: Remove uneeded line, the anonymous python function sets this only in the case its needed (PACKAGES isnt empty)

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: daaf0b5a3ad36b1cae34325fabda80828d34672e
ViewMTN: http://monotone.openembedded.org/revision/info/daaf0b5a3ad36b1cae34325fabda80828d34672e
Files:
1
classes/package_ipk.bbclass
Diffs:

#
# mt diff -rd9be4ea229c0ac3022e5e107015a099065a27b49 -rdaaf0b5a3ad36b1cae34325fabda80828d34672e
#
# 
# 
# patch "classes/package_ipk.bbclass"
#  from [1094aec718c676ccf9d8083a10b5fedde8494c1e]
#    to [fdf9fdf2855198b24b017026dd3777995b2977d2]
# 
============================================================
--- classes/package_ipk.bbclass	1094aec718c676ccf9d8083a10b5fedde8494c1e
+++ classes/package_ipk.bbclass	fdf9fdf2855198b24b017026dd3777995b2977d2
@@ -313,5 +313,4 @@ do_package_write_ipk[dirs] = "${D}"
 	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






More information about the Openembedded-commits mailing list