diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2012-08-01 17:14:53 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-01 23:11:17 +0100 |
commit | 148e19e880f0c132f7679bd8779377fa4e1e6778 (patch) | |
tree | cb6c9f92cecd1ed0e67dedeb019b51e4456c2504 /meta/classes | |
parent | fd6251ef548da7dbca354754cc0b666b2ccd0c45 (diff) | |
download | poky-148e19e880f0c132f7679bd8779377fa4e1e6778.tar.gz |
createrepo 0.4.11: add rpm-createsolvedb.py
Move scripts/rpm-createsolvedb.py to
meta/recipes-support/createrepo/createrepo/ since we should wrap it to
use the native python.
[YOCTO #2822]
(From OE-Core rev: 72d673bef385e756bd858f9eca7fe419efaceb39)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/rootfs_rpm.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/rootfs_rpm.bbclass b/meta/classes/rootfs_rpm.bbclass index c9258dfe39..a03e9f379d 100644 --- a/meta/classes/rootfs_rpm.bbclass +++ b/meta/classes/rootfs_rpm.bbclass | |||
@@ -17,7 +17,7 @@ do_rootfs[depends] += "rpmresolve-native:do_populate_sysroot" | |||
17 | do_rootfs[depends] += "opkg-native:do_populate_sysroot" | 17 | do_rootfs[depends] += "opkg-native:do_populate_sysroot" |
18 | 18 | ||
19 | # Creating the repo info in do_rootfs | 19 | # Creating the repo info in do_rootfs |
20 | #do_rootfs[depends] += "createrepo-native:do_populate_sysroot" | 20 | do_rootfs[depends] += "createrepo-native:do_populate_sysroot" |
21 | 21 | ||
22 | do_rootfs[recrdeptask] += "do_package_write_rpm" | 22 | do_rootfs[recrdeptask] += "do_package_write_rpm" |
23 | 23 | ||