mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 23:39:40 +01:00
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>
20 lines
563 B
Diff
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}"
|