diff options
| -rw-r--r-- | meta/recipes-devtools/rpm/rpm/python-rpm-rpmsense.patch | 33 | ||||
| -rw-r--r-- | meta/recipes-devtools/rpm/rpm_5.4.9.bb | 3 |
2 files changed, 35 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rpm/rpm/python-rpm-rpmsense.patch b/meta/recipes-devtools/rpm/rpm/python-rpm-rpmsense.patch new file mode 100644 index 0000000000..61f1e0c69b --- /dev/null +++ b/meta/recipes-devtools/rpm/rpm/python-rpm-rpmsense.patch | |||
| @@ -0,0 +1,33 @@ | |||
| 1 | rpmmodule.c: Export a few additional RPMSENSE values | ||
| 2 | |||
| 3 | We want to see the RPMSENSE_SCRIPT values for use with SMART. We also | ||
| 4 | want to see the MISSINGOK value so we can avoid recommended packages causing | ||
| 5 | failures. | ||
| 6 | |||
| 7 | Upstream-status: Pending | ||
| 8 | |||
| 9 | Signed-off-by: Mark Hatle <mark.hatle@windriver.com> | ||
| 10 | |||
| 11 | Index: rpm-5.4.9/python/rpmmodule.c | ||
| 12 | =================================================================== | ||
| 13 | --- rpm-5.4.9.orig/python/rpmmodule.c | ||
| 14 | +++ rpm-5.4.9/python/rpmmodule.c | ||
| 15 | @@ -494,12 +494,16 @@ void init_rpm(void) | ||
| 16 | REGISTER_ENUM(RPMSENSE_EQUAL); | ||
| 17 | REGISTER_ENUM(RPMSENSE_NOTEQUAL); | ||
| 18 | REGISTER_ENUM(RPMSENSE_FIND_REQUIRES); | ||
| 19 | -#if defined(RPM_VENDOR_MANDRIVA) | ||
| 20 | +#if defined(RPM_VENDOR_MANDRIVA) || defined(RPM_VENDOR_WINDRIVER) || defined(RPM_VENDOR_POKY) | ||
| 21 | REGISTER_ENUM(RPMSENSE_PREREQ); | ||
| 22 | REGISTER_ENUM(RPMSENSE_SCRIPT_PRE); | ||
| 23 | REGISTER_ENUM(RPMSENSE_SCRIPT_POST); | ||
| 24 | REGISTER_ENUM(RPMSENSE_SCRIPT_PREUN); | ||
| 25 | - REGISTER_ENUM(RPMSENSE_SCRIPT_POSTUN) | ||
| 26 | + REGISTER_ENUM(RPMSENSE_SCRIPT_POSTUN); | ||
| 27 | +#endif | ||
| 28 | + | ||
| 29 | +#if defined(RPM_VENDOR_WINDRIVER) || defined(RPM_VENDOR_POKY) | ||
| 30 | + REGISTER_ENUM(RPMSENSE_MISSINGOK); | ||
| 31 | #endif | ||
| 32 | |||
| 33 | REGISTER_ENUM(RPMDEPS_FLAG_NOUPGRADE); | ||
diff --git a/meta/recipes-devtools/rpm/rpm_5.4.9.bb b/meta/recipes-devtools/rpm/rpm_5.4.9.bb index 44f1ca1aeb..a64ddd1ee9 100644 --- a/meta/recipes-devtools/rpm/rpm_5.4.9.bb +++ b/meta/recipes-devtools/rpm/rpm_5.4.9.bb | |||
| @@ -43,7 +43,7 @@ LICENSE = "LGPLv2.1" | |||
| 43 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" | 43 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" |
| 44 | 44 | ||
| 45 | DEPENDS = "libpcre attr acl popt ossp-uuid file bison-native" | 45 | DEPENDS = "libpcre attr acl popt ossp-uuid file bison-native" |
| 46 | PR = "r53" | 46 | PR = "r54" |
| 47 | 47 | ||
| 48 | # rpm2cpio is a shell script, which is part of the rpm src.rpm. It is needed | 48 | # rpm2cpio is a shell script, which is part of the rpm src.rpm. It is needed |
| 49 | # in order to extract the distribution SRPM into a format we can extract... | 49 | # in order to extract the distribution SRPM into a format we can extract... |
| @@ -81,6 +81,7 @@ SRC_URI = "http://www.rpm5.org/files/rpm/rpm-5.4/rpm-5.4.9-0.20120508.src.rpm;ex | |||
| 81 | file://rpm-stub-out-git_strerror.patch \ | 81 | file://rpm-stub-out-git_strerror.patch \ |
| 82 | file://rpm-db_buffer_small.patch \ | 82 | file://rpm-db_buffer_small.patch \ |
| 83 | file://rpm-py-init.patch \ | 83 | file://rpm-py-init.patch \ |
| 84 | file://python-rpm-rpmsense.patch \ | ||
| 84 | " | 85 | " |
| 85 | 86 | ||
| 86 | SRC_URI[md5sum] = "60d56ace884340c1b3fcac6a1d58e768" | 87 | SRC_URI[md5sum] = "60d56ace884340c1b3fcac6a1d58e768" |
