]> code.ossystems Code Review - openembedded-core.git/commitdiff
new autoconf does intltoolize
authorRoss Burton <ross.burton@arm.com>
Tue, 13 Oct 2020 16:59:55 +0000 (17:59 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Feb 2021 21:46:04 +0000 (21:46 +0000)
meta/classes/autotools.bbclass

index 6d43bc2fc3790885c0798c0cef0fe5162a12e07f..53fe0df9cf8eb6bd16935826d52d841f7ff6667e 100644 (file)
@@ -215,14 +215,6 @@ autotools_do_configure() {
                        PRUNE_M4="$PRUNE_M4 gettext.m4 iconv.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 nls.m4 po.m4 progtest.m4"
                fi
                mkdir -p m4
-               if grep -q "^[[:space:]]*[AI][CT]_PROG_INTLTOOL" $CONFIGURE_AC; then
-                       if ! echo "${DEPENDS}" | grep -q intltool-native; then
-                               bbwarn "Missing DEPENDS on intltool-native"
-                       fi
-                       PRUNE_M4="$PRUNE_M4 intltool.m4"
-                       bbnote Executing intltoolize --copy --force --automake
-                       intltoolize --copy --force --automake
-               fi
 
                for i in $PRUNE_M4; do
                        find ${S} -ignore_readdir_race -name $i -delete