summaryrefslogtreecommitdiff
path: root/poky/meta/recipes-support/apr/apr-util_1.6.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'poky/meta/recipes-support/apr/apr-util_1.6.1.bb')
-rw-r--r--poky/meta/recipes-support/apr/apr-util_1.6.1.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/poky/meta/recipes-support/apr/apr-util_1.6.1.bb b/poky/meta/recipes-support/apr/apr-util_1.6.1.bb
index 1f9fea25d..3896c924f 100644
--- a/poky/meta/recipes-support/apr/apr-util_1.6.1.bb
+++ b/poky/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:'"