summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rpm/rpm-4.11.2/remove-db3-from-configure.patch
diff options
context:
space:
mode:
authorJoshua Lock <joshua.g.lock@intel.com>2016-03-11 14:07:29 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-20 23:12:29 +0000
commit1e9de52ca0d3765ca47ec18fc9e71172257ff3c1 (patch)
treef75492bbcbdf527fd87155ea9bfafa969b895fd0 /meta/recipes-devtools/rpm/rpm-4.11.2/remove-db3-from-configure.patch
parenta7dd04d15b0208c5d159abb7b40079c62aa60d78 (diff)
downloadpoky-1e9de52ca0d3765ca47ec18fc9e71172257ff3c1.tar.gz
rpm: remove RPM 4
RPM4 support is buggy and incomplete. As we don't have the resources or interest to maintain it this patch removes it. (From OE-Core rev: a6e7a86f1635be9a688c56c25e9d215ea4d2cc84) Signed-off-by: Joshua Lock <joshua.g.lock@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rpm/rpm-4.11.2/remove-db3-from-configure.patch')
-rw-r--r--meta/recipes-devtools/rpm/rpm-4.11.2/remove-db3-from-configure.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/meta/recipes-devtools/rpm/rpm-4.11.2/remove-db3-from-configure.patch b/meta/recipes-devtools/rpm/rpm-4.11.2/remove-db3-from-configure.patch
deleted file mode 100644
index 2640e54b5b..0000000000
--- a/meta/recipes-devtools/rpm/rpm-4.11.2/remove-db3-from-configure.patch
+++ /dev/null
@@ -1,26 +0,0 @@
1
2Disable configuring the db3 directory since we will be using the
3external DB provided as part of OE-Core already, no need to have
4duplicate database code.
5
6Upstream-Status: Inappropriate [OE-Core Specific]
7
8Signed-off-by: Saul Wold <sgw@linux.intel.com>
9
10Index: rpm-4.11.2/configure.ac
11===================================================================
12--- rpm-4.11.2.orig/configure.ac
13+++ rpm-4.11.2/configure.ac
14@@ -825,9 +825,9 @@ AC_SUBST(RPMCONFIGDIR)
15
16 AC_SUBST(OBJDUMP)
17
18-if test "$with_external_db" = no; then
19- AC_CONFIG_SUBDIRS(db3)
20-fi
21+#if test "$with_external_db" = no; then
22+# AC_CONFIG_SUBDIRS(db3)
23+#fi
24
25 AM_CONDITIONAL([WITH_INTERNAL_DB],[test "$with_external_db" = no])
26 AM_CONDITIONAL([DOXYGEN],[test "$DOXYGEN" != no])