diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-14 14:31:40 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-15 08:43:27 +0100 |
commit | 2cf42b49003494e1b10775523c9a2547eaf16ea4 (patch) | |
tree | e774f46745aface48a7d9759f3d78ca0a63cc974 /meta/classes/rootfs_ipk.bbclass | |
parent | 4321c553d5ae816e566234e981a0815bba046d39 (diff) | |
download | openembedded-core-2cf42b49003494e1b10775523c9a2547eaf16ea4.tar.gz openembedded-core-2cf42b49003494e1b10775523c9a2547eaf16ea4.tar.bz2 openembedded-core-2cf42b49003494e1b10775523c9a2547eaf16ea4.zip |
classes: Combine rootfs_<pkgtype> and populate_sdk_<pkgtype>
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/rootfs_ipk.bbclass')
-rw-r--r-- | meta/classes/rootfs_ipk.bbclass | 3 |
1 files changed, 3 insertions, 0 deletions
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" |