summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rpm/rpm_4.17.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/rpm/rpm_4.17.1.bb')
-rw-r--r--meta/recipes-devtools/rpm/rpm_4.17.1.bb10
1 files changed, 7 insertions, 3 deletions
diff --git a/meta/recipes-devtools/rpm/rpm_4.17.1.bb b/meta/recipes-devtools/rpm/rpm_4.17.1.bb
index 9b6446f265..36ab90d91e 100644
--- a/meta/recipes-devtools/rpm/rpm_4.17.1.bb
+++ b/meta/recipes-devtools/rpm/rpm_4.17.1.bb
@@ -24,7 +24,7 @@ HOMEPAGE = "http://www.rpm.org"
24LICENSE = "GPL-2.0-only" 24LICENSE = "GPL-2.0-only"
25LIC_FILES_CHKSUM = "file://COPYING;md5=c4eec0c20c6034b9407a09945b48a43f" 25LIC_FILES_CHKSUM = "file://COPYING;md5=c4eec0c20c6034b9407a09945b48a43f"
26 26
27SRC_URI = "git://github.com/rpm-software-management/rpm;branch=rpm-4.17.x;protocol=https \ 27SRC_URI = "git://github.com/rpm-software-management/rpm;branch=rpm-4.18.x;protocol=https \
28 file://environment.d-rpm.sh \ 28 file://environment.d-rpm.sh \
29 file://0001-Do-not-add-an-unsatisfiable-dependency-when-building.patch \ 29 file://0001-Do-not-add-an-unsatisfiable-dependency-when-building.patch \
30 file://0001-Do-not-read-config-files-from-HOME.patch \ 30 file://0001-Do-not-read-config-files-from-HOME.patch \
@@ -36,14 +36,17 @@ SRC_URI = "git://github.com/rpm-software-management/rpm;branch=rpm-4.17.x;protoc
36 file://0001-perl-disable-auto-reqs.patch \ 36 file://0001-perl-disable-auto-reqs.patch \
37 file://0016-rpmscript.c-change-logging-level-around-scriptlets-t.patch \ 37 file://0016-rpmscript.c-change-logging-level-around-scriptlets-t.patch \
38 file://0001-lib-transaction.c-fix-file-conflicts-for-MIPS64-N32.patch \ 38 file://0001-lib-transaction.c-fix-file-conflicts-for-MIPS64-N32.patch \
39 file://0001-tools-Add-error.h-for-non-glibc-case.patch \
40 file://0001-docs-do-not-build-manpages-requires-pandoc.patch \ 39 file://0001-docs-do-not-build-manpages-requires-pandoc.patch \
41 file://0001-build-pack.c-do-not-insert-payloadflags-into-.rpm-me.patch \ 40 file://0001-build-pack.c-do-not-insert-payloadflags-into-.rpm-me.patch \
42 file://0001-configure.ac-add-linux-gnux32-variant-to-triplet-han.patch \ 41 file://0001-configure.ac-add-linux-gnux32-variant-to-triplet-han.patch \
42 file://fifofix.patch \
43 " 43 "
44 44
45PE = "1" 45PE = "1"
46SRCREV = "5bef402da334595ed9302b8bca1acdf5e88bfe11" 46SRCREV = "07a6cca98489106b93467ecfaf5700368983a9b4"
47PV = "4.17.1+4.18-rc1"
48# can be removed in 4.18
49CVE_CHECK_IGNORE += "CVE-2021-35937 CVE-2021-35938 CVE-2021-35939"
47 50
48S = "${WORKDIR}/git" 51S = "${WORKDIR}/git"
49 52
@@ -80,6 +83,7 @@ PACKAGECONFIG[imaevm] = "--with-imaevm,,ima-evm-utils"
80PACKAGECONFIG[inhibit] = "--enable-inhibit-plugin,--disable-inhibit-plugin,dbus" 83PACKAGECONFIG[inhibit] = "--enable-inhibit-plugin,--disable-inhibit-plugin,dbus"
81PACKAGECONFIG[rpm2archive] = "--with-archive,--without-archive,libarchive" 84PACKAGECONFIG[rpm2archive] = "--with-archive,--without-archive,libarchive"
82PACKAGECONFIG[sqlite] = "--enable-sqlite=yes,--enable-sqlite=no,sqlite3" 85PACKAGECONFIG[sqlite] = "--enable-sqlite=yes,--enable-sqlite=no,sqlite3"
86PACKAGECONFIG[readline] = "--with-readline,--without-readline,readline"
83PACKAGECONFIG[ndb] = "--enable-ndb,--disable-ndb" 87PACKAGECONFIG[ndb] = "--enable-ndb,--disable-ndb"
84PACKAGECONFIG[bdb-ro] = "--enable-bdb-ro,--disable-bdb-ro" 88PACKAGECONFIG[bdb-ro] = "--enable-bdb-ro,--disable-bdb-ro"
85PACKAGECONFIG[zstd] = "--enable-zstd=yes,--enable-zstd=no,zstd" 89PACKAGECONFIG[zstd] = "--enable-zstd=yes,--enable-zstd=no,zstd"