summaryrefslogtreecommitdiffstats
path: root/meta/classes/populate_sdk_rpm.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-14 14:31:40 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-15 18:21:46 +0100
commite6837f785c7f6363697ca9a2d80df006d420ce92 (patch)
tree1a0d45633745c800148ca2c058da3a75ab760381 /meta/classes/populate_sdk_rpm.bbclass
parent6882d2d9993c8655a292c93e84ea01b4738a700d (diff)
downloadpoky-e6837f785c7f6363697ca9a2d80df006d420ce92.tar.gz
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. (From OE-Core rev: 2cf42b49003494e1b10775523c9a2547eaf16ea4) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/populate_sdk_rpm.bbclass')
-rw-r--r--meta/classes/populate_sdk_rpm.bbclass16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta/classes/populate_sdk_rpm.bbclass b/meta/classes/populate_sdk_rpm.bbclass
deleted file mode 100644
index 4954d00490..0000000000
--- a/meta/classes/populate_sdk_rpm.bbclass
+++ /dev/null
@@ -1,16 +0,0 @@
1# Smart is python based, so be sure python-native is available to us.
2EXTRANATIVEPATH += "python-native"
3
4do_populate_sdk[depends] += "rpm-native:do_populate_sysroot"
5do_populate_sdk[depends] += "rpmresolve-native:do_populate_sysroot"
6do_populate_sdk[depends] += "python-smartpm-native:do_populate_sysroot"
7
8# Needed for update-alternatives
9do_populate_sdk[depends] += "opkg-native:do_populate_sysroot"
10
11# Creating the repo info in do_rootfs
12do_populate_sdk[depends] += "createrepo-native:do_populate_sysroot"
13
14rpmlibdir = "/var/lib/rpm"
15
16do_populate_sdk[lockfiles] += "${DEPLOY_DIR_RPM}/rpm.lock"