diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2010-09-03 12:43:41 -0500 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-09-03 18:30:47 -0700 |
commit | c849ec75e718d1095bd7d25d05f57e25d5d94589 (patch) | |
tree | ddcc642d7b5ea9db6cebcd419d779d3bf2f095e5 /meta/classes/rootfs_rpm.bbclass | |
parent | a9b715736f96e3a4ac3fa99737ae412c1ac4f01e (diff) | |
download | poky-c849ec75e718d1095bd7d25d05f57e25d5d94589.tar.gz |
rpm: Fix autoconf/libtool usage
In order to resolve a host-contamination problem, we re-work the way that
autoconf and friends are invoked during the compilation of RPM.
This has a side effect of fixing another bug where RPM was being renamed
HOST_ARCH-HOST_OS-rpm. So we remove the "fixes" for that behavior as well.
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
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 09afa58103..55c851c463 100644 --- a/meta/classes/rootfs_rpm.bbclass +++ b/meta/classes/rootfs_rpm.bbclass | |||
@@ -26,7 +26,7 @@ rpmlibdir = "/var/lib/rpm" | |||
26 | opkglibdir = "${localstatedir}/lib/opkg" | 26 | opkglibdir = "${localstatedir}/lib/opkg" |
27 | 27 | ||
28 | RPMOPTS="--dbpath ${rpmlibdir} --define='_openall_before_chroot 1'" | 28 | RPMOPTS="--dbpath ${rpmlibdir} --define='_openall_before_chroot 1'" |
29 | RPM="${BUILD_ARCH}-${BUILD_OS}-rpm ${RPMOPTS}" | 29 | RPM="rpm ${RPMOPTS}" |
30 | 30 | ||
31 | fakeroot rootfs_rpm_do_rootfs () { | 31 | fakeroot rootfs_rpm_do_rootfs () { |
32 | set +x | 32 | set +x |