summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rpm/rpm_5.4.0.bb
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2011-06-29 15:41:59 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-27 15:45:49 +0100
commitebfe9cd012b626e5b07612a88aeaf58b54446746 (patch)
treec03ba0e81a672dfc7bf5decbddead2df1a301c43 /meta/recipes-devtools/rpm/rpm_5.4.0.bb
parent54da9dcc855690be79762e894eb5c347f2487d8e (diff)
downloadpoky-ebfe9cd012b626e5b07612a88aeaf58b54446746.tar.gz
RPM: multilib file class/color
We need to include file class and file color in order to do the conflict resolution required with a multilib design. This is normally disabled when we don't use the internal dependency generator, patch enables it in all cases. (From OE-Core rev: 4c43ea3440ecca02d2945b02017f56a8de9ff808) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rpm/rpm_5.4.0.bb')
-rw-r--r--meta/recipes-devtools/rpm/rpm_5.4.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/rpm/rpm_5.4.0.bb b/meta/recipes-devtools/rpm/rpm_5.4.0.bb
index 9cfb3ab03b..c0e3208383 100644
--- a/meta/recipes-devtools/rpm/rpm_5.4.0.bb
+++ b/meta/recipes-devtools/rpm/rpm_5.4.0.bb
@@ -60,6 +60,7 @@ SRC_URI = "http://www.rpm5.org/files/rpm/rpm-5.4/rpm-5.4.0-0.20101229.src.rpm;ex
60 file://rpm-solvedb.patch \ 60 file://rpm-solvedb.patch \
61 file://rpm-tools-mtree-LDFLAGS.patch \ 61 file://rpm-tools-mtree-LDFLAGS.patch \
62 file://fprint-pointer-fix.patch \ 62 file://fprint-pointer-fix.patch \
63 file://rpm-fileclass.patch \
63 " 64 "
64 65
65# file://hdraddorappend.patch \ 66# file://hdraddorappend.patch \