Files
poky/meta/recipes-devtools/rpm/rpm-4.11.2/fix_libdir.patch
Saul Wold 58d9c4e4ba 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>
2014-09-30 21:36:13 +01:00

20 lines
563 B
Diff

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}"