summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorJeremy Puhlman <jpuhlman@mvista.com>2020-02-28 14:53:34 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-29 13:04:48 +0000
commit4c745fb71221775f224a5583b9430cce7edca604 (patch)
tree494ef4c7b3f2f3261c651d656f1ccd91d2728911 /meta/recipes-support
parent0101968aa8b2f5d995510755cc085585a04ba459 (diff)
downloadpoky-4c745fb71221775f224a5583b9430cce7edca604.tar.gz
apr-util: add multilib script for apu-1-config
apu-1-config encodes library path in to script 27c27 < libdir="/usr/lib64" (From OE-Core rev: 3682d0ca3ffeb84fd2f935a9c9b253e015c9e137) Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/apr/apr-util_1.6.1.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-support/apr/apr-util_1.6.1.bb b/meta/recipes-support/apr/apr-util_1.6.1.bb
index 1f9fea25d8..3896c924f0 100644
--- a/meta/recipes-support/apr/apr-util_1.6.1.bb
+++ b/meta/recipes-support/apr/apr-util_1.6.1.bb
@@ -28,7 +28,9 @@ EXTRA_OECONF = "--with-apr=${STAGING_BINDIR_CROSS}/apr-1-config \
28 --with-expat=${STAGING_DIR_HOST}${prefix}" 28 --with-expat=${STAGING_DIR_HOST}${prefix}"
29 29
30 30
31inherit autotools lib_package binconfig 31inherit autotools lib_package binconfig multilib_script
32
33MULTILIB_SCRIPTS = "${PN}-dev:${bindir}/apu-1-config"
32 34
33OE_BINCONFIG_EXTRA_MANGLE = " -e 's:location=source:location=installed:'" 35OE_BINCONFIG_EXTRA_MANGLE = " -e 's:location=source:location=installed:'"
34 36