summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rpm/rpm/rpm-rpmio-headers.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/rpm/rpm/rpm-rpmio-headers.patch')
-rw-r--r--meta/recipes-devtools/rpm/rpm/rpm-rpmio-headers.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-rpmio-headers.patch b/meta/recipes-devtools/rpm/rpm/rpm-rpmio-headers.patch
new file mode 100644
index 0000000000..49cdfcaf9d
--- /dev/null
+++ b/meta/recipes-devtools/rpm/rpm/rpm-rpmio-headers.patch
@@ -0,0 +1,19 @@
1Fix a typo in the rpmio Makefile.am
2
3Upstream-Status: Pending
4
5Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
6
7Index: rpm/rpmio/Makefile.am
8===================================================================
9--- rpm.orig/rpmio/Makefile.am
10+++ rpm/rpmio/Makefile.am
11@@ -121,7 +121,7 @@ luaLPATHdir = ${pkgsharedir)/lua
12
13 pkgincdir = $(pkgincludedir)$(WITH_PATH_VERSIONED_SUFFIX)
14 pkginc_HEADERS = argv.h mire.h rpmzlog.h yarn.h \
15- rpmbf.h rpmcb.h rpmio.h rpmlog.h rpmiotypes.h rpmmacro.h
16+ rpmbf.h rpmcb.h rpmio.h rpmlog.h rpmiotypes.h rpmmacro.h \
17 rpmpgp.h rpmsw.h rpmutil.h
18 noinst_HEADERS = \
19 ar.h bcon.h bson.h cpio.h crc.h envvar.h fnmatch.h fts.h glob.h iosm.h \