diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2014-02-14 13:01:07 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-14 12:30:20 +0000 |
commit | 4cc0a43449818ad48203e3a6f2f46a5b28e09a9a (patch) | |
tree | 167c216fcccafaccfa58aa551114ba6ba13695ca /meta/classes/package_ipk.bbclass | |
parent | 56a866ba51d0333014c48ee0489c3d67e28cea1a (diff) | |
download | poky-4cc0a43449818ad48203e3a6f2f46a5b28e09a9a.tar.gz |
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>
Diffstat (limited to 'meta/classes/package_ipk.bbclass')
-rw-r--r-- | meta/classes/package_ipk.bbclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/package_ipk.bbclass b/meta/classes/package_ipk.bbclass index 516ec4b3d2..7cf2c8af2d 100644 --- a/meta/classes/package_ipk.bbclass +++ b/meta/classes/package_ipk.bbclass | |||
@@ -255,6 +255,5 @@ do_package_write_ipk[cleandirs] = "${PKGWRITEDIRIPK}" | |||
255 | do_package_write_ipk[umask] = "022" | 255 | do_package_write_ipk[umask] = "022" |
256 | addtask package_write_ipk before do_package_write after do_packagedata do_package | 256 | addtask package_write_ipk before do_package_write after do_packagedata do_package |
257 | 257 | ||
258 | PACKAGEINDEXES += "[ ! -e ${DEPLOY_DIR_IPK} ] || package_update_index_ipk;" | ||
259 | PACKAGEINDEXDEPS += "opkg-utils-native:do_populate_sysroot" | 258 | PACKAGEINDEXDEPS += "opkg-utils-native:do_populate_sysroot" |
260 | PACKAGEINDEXDEPS += "opkg-native:do_populate_sysroot" | 259 | PACKAGEINDEXDEPS += "opkg-native:do_populate_sysroot" |