From 2ab1a2bccfbb4ed90fe3b877d1be80817ba32099 Mon Sep 17 00:00:00 2001 From: Laurentiu Palcu Date: Fri, 14 Feb 2014 13:01:07 +0200 Subject: package_*.bbclass: remove references to the old bash indexing routines Package indexing is done in python and package-index.bb uses the new routines. Signed-off-by: Laurentiu Palcu Signed-off-by: Richard Purdie --- meta/classes/package_rpm.bbclass | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/classes/package_rpm.bbclass') 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}" do_package_write_rpm[umask] = "022" addtask package_write_rpm before do_package_write after do_packagedata do_package -PACKAGEINDEXES += "[ ! -e ${DEPLOY_DIR_RPM} ] || package_update_index_rpm;" PACKAGEINDEXDEPS += "rpm-native:do_populate_sysroot" PACKAGEINDEXDEPS += "createrepo-native:do_populate_sysroot" -- cgit v1.2.3