rootfs_rpm.bbclass: fix platform so rpm will be usable on device

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5432 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2008-10-07 13:43:07 +00:00
parent 21cdfe2a8a
commit f9b9e314eb

View File

@@ -19,7 +19,7 @@ fakeroot rootfs_rpm_do_rootfs () {
set -x
mkdir -p ${IMAGE_ROOTFS}/etc/rpm/
echo ${TARGET_ARCH} >${IMAGE_ROOTFS}/etc/rpm/platform
echo "${TARGET_ARCH}-linux" >${IMAGE_ROOTFS}/etc/rpm/platform
# Generate an apprpriate yum.conf
rm -rf ${YUMCONF}