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/package.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/package.bbclass')
-rw-r--r-- | meta/classes/package.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass index f0a8748023..4951220cba 100644 --- a/meta/classes/package.bbclass +++ b/meta/classes/package.bbclass | |||
@@ -558,7 +558,7 @@ if [ x"$D" = "x" ]; then | |||
558 | fi | 558 | fi |
559 | } | 559 | } |
560 | 560 | ||
561 | RPMDEPS = "${STAGING_LIBDIR_NATIVE}/rpm/${BUILD_ARCH}-${BUILD_OS}-rpmdeps" | 561 | RPMDEPS = "${STAGING_LIBDIR_NATIVE}/rpm/rpmdeps" |
562 | 562 | ||
563 | # Collect perfile run-time dependency metadata | 563 | # Collect perfile run-time dependency metadata |
564 | # Output: | 564 | # Output: |