mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 00:32:14 +02:00
rpm: add version 4.11.2
add patch to remove db3 from configure.ac add inherit pkgconfig (From OE-Core rev: 9a17f938e738a16a1ef9a00be6a8317d71f92573) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6be3386e78
commit
58d9c4e4ba
19
meta/recipes-devtools/rpm/rpm-4.11.2/fix_libdir.patch
Normal file
19
meta/recipes-devtools/rpm/rpm-4.11.2/fix_libdir.patch
Normal file
@@ -0,0 +1,19 @@
|
||||
Upstream-Status: Inappropriate [OE-Core specific]
|
||||
|
||||
Signed-off-by: Saul Wold <sgw@linux.intel.com>
|
||||
Signed-off-by: Ronan Le Martret <ronan.lemartret@open.eurogiciel.org>
|
||||
|
||||
|
||||
diff --git a/installplatform b/installplatform
|
||||
index 8c3eba0..fa15e91 100755
|
||||
--- a/installplatform
|
||||
+++ b/installplatform
|
||||
@@ -112,7 +112,7 @@ for ARCH in noarch `grep ^arch_canon $RPMRC | cut -d: -f2`; do
|
||||
[ -z "$CANONARCH" ] && continue
|
||||
|
||||
if [ "$OS" = "linux" ] && [ "$CANONCOLOR" = 3 ]; then
|
||||
- LIB=${LIB}64
|
||||
+ LIB=${LIB}
|
||||
fi
|
||||
|
||||
PPD="${DESTDIR}/${platformdir}/${ARCH}-${OS}"
|
||||
Reference in New Issue
Block a user