diff options
author | Philip Tricca <flihp@twobit.us> | 2016-03-16 05:06:16 +0000 |
---|---|---|
committer | Philip Tricca <flihp@twobit.us> | 2016-03-16 05:11:20 +0000 |
commit | f0e3eb60daa5d73f9882d76ec668e77843e37c43 (patch) | |
tree | 628963a3f3adc60c502bd05cfdfaad8a4bc1bfcc | |
parent | 41a20c43a3b3b66d505ed64fd9d48fd293697496 (diff) | |
download | meta-selinux-f0e3eb60daa5d73f9882d76ec668e77843e37c43.tar.gz |
rpm: Upgrade to version 5.4.16, rebase SELinux build patch.
Signed-off-by: Philip Tricca <flihp@twobit.us>
-rw-r--r-- | recipes-devtools/rpm/rpm/rpm-fix-build-bug.patch | 17 | ||||
-rw-r--r-- | recipes-devtools/rpm/rpm_5.4.16.bbappend (renamed from recipes-devtools/rpm/rpm_5.4.14.bbappend) | 3 |
2 files changed, 8 insertions, 12 deletions
diff --git a/recipes-devtools/rpm/rpm/rpm-fix-build-bug.patch b/recipes-devtools/rpm/rpm/rpm-fix-build-bug.patch index d3d36d8..2ae406b 100644 --- a/recipes-devtools/rpm/rpm/rpm-fix-build-bug.patch +++ b/recipes-devtools/rpm/rpm/rpm-fix-build-bug.patch | |||
@@ -7,19 +7,16 @@ Upstream-Status: Pending | |||
7 | rpmio/macro.c | 2 +- | 7 | rpmio/macro.c | 2 +- |
8 | 1 files changed, 1 insertions(+), 1 deletions(-) | 8 | 1 files changed, 1 insertions(+), 1 deletions(-) |
9 | 9 | ||
10 | diff --git a/rpmio/macro.c b/rpmio/macro.c | 10 | Index: rpm-5.4.15/rpmio/macro.c |
11 | index 9f4cb01..cf9ede5 100644 | 11 | =================================================================== |
12 | --- a/rpmio/macro.c | 12 | --- rpm-5.4.15.orig/rpmio/macro.c |
13 | +++ b/rpmio/macro.c | 13 | +++ rpm-5.4.15/rpmio/macro.c |
14 | @@ -99,7 +99,7 @@ const char * rpmMacrofiles = MACROFILES; | 14 | @@ -111,7 +111,7 @@ const char * rpmMacrofiles = MACROFILES; |
15 | #include "debug.h" | 15 | #endif |
16 | 16 | ||
17 | /*@unchecked@*/ | 17 | /*@unchecked@*/ |
18 | -#if defined(WITH_AUGEAS) || defined(WITH_FICL) || defined(WITH_GPSEE) || defined(WITH_NIX) || defined(WITH_PERLEMBED) || defined(WITH_PYTHONEMBED) || defined(WITH_RUBYEMBED) || defined(WITH_SQLITE) || defined(WITH_SQUIRREL) || defined(WITH_TCL) | 18 | -#if defined(WITH_AUGEAS) || defined(WITH_FICL) || defined(WITH_MOZJS) || defined(WITH_NIX) || defined(WITH_PERLEMBED) || defined(WITH_PYTHONEMBED) || defined(WITH_RUBYEMBED) || defined(WITH_SQLITE) || defined(WITH_SQUIRREL) || defined(WITH_TCL) |
19 | +#if defined(WITH_AUGEAS) || defined(WITH_FICL) || defined(WITH_GPSEE) || defined(WITH_NIX) || defined(WITH_PERLEMBED) || defined(WITH_PYTHONEMBED) || defined(WITH_RUBYEMBED) || defined(WITH_SQLITE) || defined(WITH_SQUIRREL) || defined(WITH_TCL) || defined(WITH_SELINUX) | 19 | +#if defined(WITH_AUGEAS) || defined(WITH_FICL) || defined(WITH_GPSEE) || defined(WITH_NIX) || defined(WITH_PERLEMBED) || defined(WITH_PYTHONEMBED) || defined(WITH_RUBYEMBED) || defined(WITH_SQLITE) || defined(WITH_SQUIRREL) || defined(WITH_TCL) || defined(WITH_SELINUX) |
20 | static int _globalI = 0x80000000; | 20 | static int _globalI = 0x80000000; |
21 | #endif | 21 | #endif |
22 | 22 | ||
23 | -- | ||
24 | 1.7.5.4 | ||
25 | |||
diff --git a/recipes-devtools/rpm/rpm_5.4.14.bbappend b/recipes-devtools/rpm/rpm_5.4.16.bbappend index df5dcef..2a41a28 100644 --- a/recipes-devtools/rpm/rpm_5.4.14.bbappend +++ b/recipes-devtools/rpm/rpm_5.4.16.bbappend | |||
@@ -1,8 +1,7 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
2 | 2 | ||
3 | SRC_URI += "file://rpm-fix-build-bug.patch \ | 3 | SRC_URI += "file://rpm-fix-build-bug.patch \ |
4 | " | 4 | " |
5 | |||
6 | FILES_${PN} += "${libdir}/rpm/bin/spooktool \ | 5 | FILES_${PN} += "${libdir}/rpm/bin/spooktool \ |
7 | ${libdir}/rpm/bin/semodule \ | 6 | ${libdir}/rpm/bin/semodule \ |
8 | " | 7 | " |