rootrs_rpm.bbclass: Disable createrepo for now due to this error:

| + createrepo /media/build2/builds/rptest/b4/tmp/deploy/rpm
| Traceback (most recent call last):
|   File "/media/build2/builds/rptest/b4/tmp/sysroots/x86_64-linux/usr/share/createrepo/genpkgmetadata.py", line 26, in <module>
|     import rpm
| ImportError: No module named rpm

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2011-02-03 11:24:19 +00:00
parent 3eef847054
commit 4b793fff8e

View File

@@ -12,7 +12,7 @@ do_rootfs[depends] += "rpm-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"
@@ -41,7 +41,7 @@ fakeroot rootfs_rpm_do_rootfs () {
${RPM_PREPROCESS_COMMANDS}
createrepo "${DEPLOY_DIR_RPM}"
#createrepo "${DEPLOY_DIR_RPM}"
# Setup base system configuration
mkdir -p ${IMAGE_ROOTFS}/etc/rpm/