From: Jeremy Puhlman Date: Fri, 28 Feb 2020 22:53:34 +0000 (-0800) Subject: apr-util: add multilib script for apu-1-config X-Git-Tag: 2020-04-dunfell~303 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3682d0ca3ffeb84fd2f935a9c9b253e015c9e137;p=openembedded-core.git apr-util: add multilib script for apu-1-config apu-1-config encodes library path in to script 27c27 < libdir="/usr/lib64" Signed-off-by: Jeremy A. Puhlman Signed-off-by: Richard Purdie --- 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 \ --with-expat=${STAGING_DIR_HOST}${prefix}" -inherit autotools lib_package binconfig +inherit autotools lib_package binconfig multilib_script + +MULTILIB_SCRIPTS = "${PN}-dev:${bindir}/apu-1-config" OE_BINCONFIG_EXTRA_MANGLE = " -e 's:location=source:location=installed:'"