From e859cdc479594f4ff8bd1b70c4e5c7ccc78f995e Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 7 Dec 2016 13:54:35 +0000 Subject: Recipe specific sysroot WIP Signed-off-by: Richard Purdie --- meta/recipes-devtools/libtool/libtool_2.4.6.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-devtools/libtool/libtool_2.4.6.bb') diff --git a/meta/recipes-devtools/libtool/libtool_2.4.6.bb b/meta/recipes-devtools/libtool/libtool_2.4.6.bb index 8858f6eef8..06abb05584 100644 --- a/meta/recipes-devtools/libtool/libtool_2.4.6.bb +++ b/meta/recipes-devtools/libtool/libtool_2.4.6.bb @@ -11,6 +11,8 @@ SYSROOT_DIRS_BLACKLIST += " \ ${datadir}/libtool/build-aux \ " +ACLOCALEXTRAPATH_class-target = "" + do_install_append () { sed -e 's@--sysroot=${STAGING_DIR_HOST}@@g' \ -e 's@${STAGING_DIR_HOST}@@g' \ -- cgit 1.2.3-korg