summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rpm/rpm_5.4.14.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-02-14 20:52:49 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-15 16:28:45 +0000
commite8b0da157f102349d1ace9da6193320fc9cd16d4 (patch)
tree74e2b99a87347d84437c8abb9c1468ff41546909 /meta/recipes-devtools/rpm/rpm_5.4.14.bb
parent48144e05280e6a23f159c6c93fb9338f54d84c47 (diff)
downloadpoky-e8b0da157f102349d1ace9da6193320fc9cd16d4.tar.gz
rpm: Fix build with musl
(From OE-Core rev: d0fc6e8593b951163d48665f41d6ef1eb74b8926) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rpm/rpm_5.4.14.bb')
-rw-r--r--meta/recipes-devtools/rpm/rpm_5.4.14.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rpm/rpm_5.4.14.bb b/meta/recipes-devtools/rpm/rpm_5.4.14.bb
index 24aaf655df..261b280c31 100644
--- a/meta/recipes-devtools/rpm/rpm_5.4.14.bb
+++ b/meta/recipes-devtools/rpm/rpm_5.4.14.bb
@@ -103,8 +103,11 @@ SRC_URI = "http://www.rpm5.org/files/rpm/rpm-5.4/rpm-5.4.14-0.20131024.src.rpm;e
103 file://0001-define-EM_AARCH64.patch \ 103 file://0001-define-EM_AARCH64.patch \
104 file://rpm-rpmfc.c-fix-for-N32-MIPS64.patch \ 104 file://rpm-rpmfc.c-fix-for-N32-MIPS64.patch \
105 file://rpm-lib-transaction.c-fix-file-conflicts-for-mips64-N32.patch \ 105 file://rpm-lib-transaction.c-fix-file-conflicts-for-mips64-N32.patch \
106 " 106"
107 107
108SRC_URI_append_libc-musl = "\
109 file://0001-rpm-Fix-build-on-musl.patch \
110"
108# Uncomment the following line to enable platform score debugging 111# Uncomment the following line to enable platform score debugging
109# This is useful when identifying issues with Smart being unable 112# This is useful when identifying issues with Smart being unable
110# to process certain package feeds. 113# to process certain package feeds.