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 | |
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')
-rw-r--r-- | meta/classes/package_deb.bbclass | 1 | ||||
-rw-r--r-- | meta/classes/package_ipk.bbclass | 1 | ||||
-rw-r--r-- | meta/classes/package_rpm.bbclass | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/meta/classes/package_deb.bbclass b/meta/classes/package_deb.bbclass index a0a31bd0f6..b9d797833a 100644 --- a/meta/classes/package_deb.bbclass +++ b/meta/classes/package_deb.bbclass | |||
@@ -309,6 +309,5 @@ do_package_write_deb[umask] = "022" | |||
309 | addtask package_write_deb before do_package_write after do_packagedata do_package | 309 | addtask package_write_deb before do_package_write after do_packagedata do_package |
310 | 310 | ||
311 | 311 | ||
312 | PACKAGEINDEXES += "[ ! -e ${DEPLOY_DIR_DEB} ] || package_update_index_deb;" | ||
313 | PACKAGEINDEXDEPS += "dpkg-native:do_populate_sysroot" | 312 | PACKAGEINDEXDEPS += "dpkg-native:do_populate_sysroot" |
314 | PACKAGEINDEXDEPS += "apt-native:do_populate_sysroot" | 313 | PACKAGEINDEXDEPS += "apt-native:do_populate_sysroot" |
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" |
diff --git a/meta/classes/package_rpm.bbclass b/meta/classes/package_rpm.bbclass index 82ea187479..f267b8a4cb 100644 --- a/meta/classes/package_rpm.bbclass +++ b/meta/classes/package_rpm.bbclass | |||
@@ -734,6 +734,5 @@ do_package_write_rpm[cleandirs] = "${PKGWRITEDIRRPM}" | |||
734 | do_package_write_rpm[umask] = "022" | 734 | do_package_write_rpm[umask] = "022" |
735 | addtask package_write_rpm before do_package_write after do_packagedata do_package | 735 | addtask package_write_rpm before do_package_write after do_packagedata do_package |
736 | 736 | ||
737 | PACKAGEINDEXES += "[ ! -e ${DEPLOY_DIR_RPM} ] || package_update_index_rpm;" | ||
738 | PACKAGEINDEXDEPS += "rpm-native:do_populate_sysroot" | 737 | PACKAGEINDEXDEPS += "rpm-native:do_populate_sysroot" |
739 | PACKAGEINDEXDEPS += "createrepo-native:do_populate_sysroot" | 738 | PACKAGEINDEXDEPS += "createrepo-native:do_populate_sysroot" |