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:03:06 +0100 |
commit | 72d673bef385e756bd858f9eca7fe419efaceb39 (patch) | |
tree | 7abdc2f582f04b83dc0ac205cc7b6d5f41e18b33 /meta/classes/rootfs_rpm.bbclass | |
parent | 674d65c94478a1ff33ef9d9c1e49f677091301f4 (diff) | |
download | openembedded-core-contrib-72d673bef385e756bd858f9eca7fe419efaceb39.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]
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/rootfs_rpm.bbclass')
-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 c9258dfe395..a03e9f379d2 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" do_rootfs[depends] += "opkg-native:do_populate_sysroot" # Creating the repo info in do_rootfs -#do_rootfs[depends] += "createrepo-native:do_populate_sysroot" +do_rootfs[depends] += "createrepo-native:do_populate_sysroot" do_rootfs[recrdeptask] += "do_package_write_rpm" |