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_deb.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_deb.bbclass')
| -rw-r--r-- | meta/classes/package_deb.bbclass | 1 |
1 files changed, 0 insertions, 1 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" |
