mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
autotools: warn when running intltoolize if intltool isn't a dependemcy
(From OE-Core rev: 7ba90d2083970cb2a04afb8fa2ee2d485fef4e4d) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
9563869995
commit
002847ab0b
@@ -293,6 +293,9 @@ autotools_do_configure() {
|
||||
fi
|
||||
mkdir -p m4
|
||||
if grep "^[[:space:]]*[AI][CT]_PROG_INTLTOOL" $CONFIGURE_AC >/dev/null; then
|
||||
if ! echo "${DEPENDS}" | grep -q intltool-native; then
|
||||
bbwarn "Missing DEPENDS on intltool-native"
|
||||
fi
|
||||
bbnote Executing intltoolize --copy --force --automake
|
||||
intltoolize --copy --force --automake
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user