I'm trying to compile a recipe based on autotools, but it still fails in do_configure:
glib-gettextize: not found
However, I have glib-2.0 in my DEPENDS which generates the glib-2.0-dev package containing the binary. In glib.inc file :
[...]
FILES_${PN}-dev += "[...]
${bindir}/glib-gettextize \
[...]
Do you have any ideas ?