summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rpm/rpm
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2010-09-03 12:43:41 -0500
committerSaul Wold <Saul.Wold@intel.com>2010-09-03 18:30:47 -0700
commitc849ec75e718d1095bd7d25d05f57e25d5d94589 (patch)
treeddcc642d7b5ea9db6cebcd419d779d3bf2f095e5 /meta/recipes-devtools/rpm/rpm
parenta9b715736f96e3a4ac3fa99737ae412c1ac4f01e (diff)
downloadpoky-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/recipes-devtools/rpm/rpm')
-rw-r--r--meta/recipes-devtools/rpm/rpm/rpm-autoconf.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-autoconf.patch b/meta/recipes-devtools/rpm/rpm/rpm-autoconf.patch
new file mode 100644
index 0000000000..30c5f7b183
--- /dev/null
+++ b/meta/recipes-devtools/rpm/rpm/rpm-autoconf.patch
@@ -0,0 +1,20 @@
1Using the version of autoconf in poky results in:
2
3configure.ac:11: error: m4_divert_push: cannot change diversion to `GROW' inside m4_expand
4
5without this patch.
6
7Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
8
9diff -ur rpm-5.1.10.orig/configure.ac rpm-5.1.10/configure.ac
10--- rpm-5.1.10.orig/configure.ac 2010-08-20 17:12:16.000000000 -0500
11+++ rpm-5.1.10/configure.ac 2010-09-03 11:34:44.722097327 -0500
12@@ -8,7 +8,7 @@
13
14 AC_PREREQ(2.60)
15 AC_DEFUN([PACKAGE_BUGREPORT_DEFAULT], [rpm-devel@rpm5.org])
16-AC_INIT(rpm, [5.1.10], [PACKAGE_BUGREPORT_DEFAULT])
17+AC_INIT(rpm, [5.1.10])
18 PACKAGE_TIMESTAMP="2008" dnl # YYYY[-MM[-DD[ HH[:MM]]]]
19 AC_MSG_TITLE([RPM Package Manager (RPM)], [$PACKAGE_VERSION])
20