summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rpm/rpm/rpm-autoconf.patch
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2012-06-11 13:18:52 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-12 11:10:35 +0100
commitb2381b63b94604fdc0e1a7591c854dc1df3ca8f4 (patch)
tree27dcac6f2750215e7395868fdd84aedadebc4e0b /meta/recipes-devtools/rpm/rpm/rpm-autoconf.patch
parent99822cd4a01342565f803678baba49d74192b7d1 (diff)
downloadpoky-b2381b63b94604fdc0e1a7591c854dc1df3ca8f4.tar.gz
rpm: Upgrade RPM to 5.4.8 (db to 5.3.15)
RPM 5.4.8 requires db 5.3.x, so both are upgraded together. (From OE-Core rev: c5898ef3fc3820ff9c44bc5b1b16e5def64aa877) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rpm/rpm/rpm-autoconf.patch')
-rw-r--r--meta/recipes-devtools/rpm/rpm/rpm-autoconf.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-autoconf.patch b/meta/recipes-devtools/rpm/rpm/rpm-autoconf.patch
deleted file mode 100644
index 5e93517ad1..0000000000
--- a/meta/recipes-devtools/rpm/rpm/rpm-autoconf.patch
+++ /dev/null
@@ -1,22 +0,0 @@
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
7Upstream-Status: Pending
8
9Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
10
11diff -ur rpm-5.1.10.orig/configure.ac rpm-5.1.10/configure.ac
12--- rpm-5.1.10.orig/configure.ac 2010-08-20 17:12:16.000000000 -0500
13+++ rpm-5.1.10/configure.ac 2010-09-03 11:34:44.722097327 -0500
14@@ -8,7 +8,7 @@
15
16 AC_PREREQ(2.60)
17 AC_DEFUN([PACKAGE_BUGREPORT_DEFAULT], [rpm-devel@rpm5.org])
18-AC_INIT(rpm, [5.1.10], [PACKAGE_BUGREPORT_DEFAULT])
19+AC_INIT(rpm, [5.1.10])
20 PACKAGE_TIMESTAMP="2008" dnl # YYYY[-MM[-DD[ HH[:MM]]]]
21 AC_MSG_TITLE([RPM Package Manager (RPM)], [$PACKAGE_VERSION])
22