summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rpm/rpm/export-rpmbag-h.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/rpm/rpm/export-rpmbag-h.patch')
-rw-r--r--meta/recipes-devtools/rpm/rpm/export-rpmbag-h.patch45
1 files changed, 0 insertions, 45 deletions
diff --git a/meta/recipes-devtools/rpm/rpm/export-rpmbag-h.patch b/meta/recipes-devtools/rpm/rpm/export-rpmbag-h.patch
deleted file mode 100644
index 2f203fb3d0..0000000000
--- a/meta/recipes-devtools/rpm/rpm/export-rpmbag-h.patch
+++ /dev/null
@@ -1,45 +0,0 @@
1rpmbag.h (added in 5.1.10) is used by rpmts.h, thus should be
2exported. Change Makefile.in as well since currently autoreconf
3is not performed for rpm.
4
58/26/2010 - created by Qing He <qing.he@intel.com>
6
7diff --git a/rpmio/Makefile.am b/rpmio/Makefile.am
8index ce9e4f7..0d825b6 100644
9--- a/rpmio/Makefile.am
10+++ b/rpmio/Makefile.am
11@@ -59,12 +59,12 @@ pkginc_HEADERS = \
12 argv.h envvar.h fts.h mire.h rpmbc.h rpmcb.h rpmdav.h rpmgc.h \
13 rpmhash.h rpmio.h rpmiotypes.h rpmio-stub.h rpmku.h rpmlog.h \
14 rpmmacro.h rpmmg.h rpmnss.h rpmpgp.h rpmsq.h rpmssl.h rpmsw.h \
15- rpmurl.h rpmxar.h ugid.h rpmuuid.h rpmzlog.h yarn.h
16+ rpmurl.h rpmxar.h ugid.h rpmuuid.h rpmzlog.h yarn.h rpmbag.h
17 noinst_HEADERS = \
18 ar.h cpio.h crc.h fnmatch.h glob.h iosm.h \
19 md2.h md4.h poptIO.h rmd128.h rmd160.h rmd256.h rmd320.h sha224.h \
20 salsa10.h salsa20.h tar.h tiger.h \
21- rpmbag.h rpmbf.h rpmbz.h rpmhook.h rpmio_internal.h rpmlua.h
22+ rpmbf.h rpmbz.h rpmhook.h rpmio_internal.h rpmlua.h
23
24 usrlibdir = $(libdir)
25 usrlib_LTLIBRARIES = librpmio.la
26diff --git a/rpmio/Makefile.in b/rpmio/Makefile.in
27index ef76570..0b212bd 100644
28--- a/rpmio/Makefile.in
29+++ b/rpmio/Makefile.in
30@@ -638,13 +638,13 @@ pkginc_HEADERS = \
31 argv.h envvar.h fts.h mire.h rpmbc.h rpmcb.h rpmdav.h rpmgc.h \
32 rpmhash.h rpmio.h rpmiotypes.h rpmio-stub.h rpmku.h rpmlog.h \
33 rpmmacro.h rpmmg.h rpmnss.h rpmpgp.h rpmsq.h rpmssl.h rpmsw.h \
34- rpmurl.h rpmxar.h ugid.h rpmuuid.h rpmzlog.h yarn.h
35+ rpmurl.h rpmxar.h ugid.h rpmuuid.h rpmzlog.h yarn.h rpmbag.h
36
37 noinst_HEADERS = \
38 ar.h cpio.h crc.h fnmatch.h glob.h iosm.h \
39 md2.h md4.h poptIO.h rmd128.h rmd160.h rmd256.h rmd320.h sha224.h \
40 salsa10.h salsa20.h tar.h tiger.h \
41- rpmbag.h rpmbf.h rpmbz.h rpmhook.h rpmio_internal.h rpmlua.h
42+ rpmbf.h rpmbz.h rpmhook.h rpmio_internal.h rpmlua.h
43
44 usrlibdir = $(libdir)
45 usrlib_LTLIBRARIES = librpmio.la