mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
package_*.bbclass: remove references to the old bash indexing routines
Package indexing is done in python and package-index.bb uses the new routines. (From OE-Core rev: 2ab1a2bccfbb4ed90fe3b877d1be80817ba32099) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
56a866ba51
commit
4cc0a43449
@@ -309,6 +309,5 @@ do_package_write_deb[umask] = "022"
|
||||
addtask package_write_deb before do_package_write after do_packagedata do_package
|
||||
|
||||
|
||||
PACKAGEINDEXES += "[ ! -e ${DEPLOY_DIR_DEB} ] || package_update_index_deb;"
|
||||
PACKAGEINDEXDEPS += "dpkg-native:do_populate_sysroot"
|
||||
PACKAGEINDEXDEPS += "apt-native:do_populate_sysroot"
|
||||
|
||||
Reference in New Issue
Block a user