From 2cf42b49003494e1b10775523c9a2547eaf16ea4 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 14 Aug 2014 14:31:40 +0100 Subject: classes: Combine rootfs_ and populate_sdk_ There is no real reason to have these separate files any longer. It does mean in meta-toolchain type recipes some extra variables are defined but it also means the common code can be grouped and maintained together which I believe is more beneficial. We therefore merge the classes. Signed-off-by: Richard Purdie --- meta/classes/rootfs_ipk.bbclass | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/classes/rootfs_ipk.bbclass') diff --git a/meta/classes/rootfs_ipk.bbclass b/meta/classes/rootfs_ipk.bbclass index f5fef00166..288d9aae4d 100644 --- a/meta/classes/rootfs_ipk.bbclass +++ b/meta/classes/rootfs_ipk.bbclass @@ -36,3 +36,6 @@ python () { d.setVar('OPKG_POSTPROCESS_COMMANDS', '') } +do_populate_sdk[depends] += "opkg-native:do_populate_sysroot opkg-utils-native:do_populate_sysroot" + +do_populate_sdk[lockfiles] += "${WORKDIR}/ipk.lock" -- cgit 1.2.3-korg