From c779bf78f2e1f66f3c8a6b02054e39bee4ea88a5 Mon Sep 17 00:00:00 2001 From: David Nyström Date: Thu, 27 Feb 2014 21:20:38 +0100 Subject: do_rootfs: Add PACKAGE_FEED_URIS as a vardep MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A bit uncertain on where to put this, suggestions welcome. Needed to automatically rebuild do_rootfs when PACKAGE_FEED_URIS change. Signed-off-by: David Nyström Signed-off-by: David Nyström Signed-off-by: Saul Wold --- meta/classes/rootfs_ipk.bbclass | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/classes/rootfs_ipk.bbclass') diff --git a/meta/classes/rootfs_ipk.bbclass b/meta/classes/rootfs_ipk.bbclass index 1887dd3565..f5fef00166 100644 --- a/meta/classes/rootfs_ipk.bbclass +++ b/meta/classes/rootfs_ipk.bbclass @@ -11,6 +11,7 @@ ROOTFS_PKGMANAGE_BOOTSTRAP = "run-postinsts" do_rootfs[depends] += "opkg-native:do_populate_sysroot opkg-utils-native:do_populate_sysroot" do_rootfs[recrdeptask] += "do_package_write_ipk" +do_rootfs[vardeps] += "PACKAGE_FEED_URIS" rootfs_ipk_do_rootfs[vardepsexclude] += "BUILDNAME" do_rootfs[lockfiles] += "${WORKDIR}/ipk.lock" -- cgit 1.2.3-korg