From 060a33c3c180cbe4b1af3530f936775d37cd5a2a Mon Sep 17 00:00:00 2001 From: chengchaoting Date: Thu, 16 Nov 2023 10:45:59 +0800 Subject: [PATCH] yocto: remove libtool-native from ASSUME_PROVIDED and HOSTTOOLS_NONFATAL * openldap depends on libtool-native, and need to use the tools under build-aux. Signed-off-by: chengchaoting --- meta-openeuler/conf/distro/include/openeuler_hosttools.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-openeuler/conf/distro/include/openeuler_hosttools.inc b/meta-openeuler/conf/distro/include/openeuler_hosttools.inc index 105cda9c430..2b67f78c756 100644 --- a/meta-openeuler/conf/distro/include/openeuler_hosttools.inc +++ b/meta-openeuler/conf/distro/include/openeuler_hosttools.inc @@ -20,9 +20,9 @@ HOSTTOOLS_NONFATAL += "flex bison bc kmod depmod insmod" ASSUME_PROVIDED += "bc-native bison-native flex-native kmod-native" # autotools related tools -HOSTTOOLS_NONFATAL += "automake autoreconf aclocal libtoolize m4 autoconf autoheader automake-1.16 aclocal-1.16 \ - libtool autopoint autoscan autom4te autoupdate" -ASSUME_PROVIDED += "automake-native autoconf-native libtool-native m4-native" +HOSTTOOLS_NONFATAL += "automake autoreconf aclocal m4 autoconf autoheader automake-1.16 aclocal-1.16 \ + autopoint autoscan autom4te autoupdate" +ASSUME_PROVIDED += "automake-native autoconf-native m4-native" # source file build tools HOSTTOOLS_NONFATAL += "cmake ninja" -- Gitee