mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
gtk-doc: use --srcdir instead of cd
(From OE-Core rev: 1bf1cf24f520960d3d10b0b71d665107953dba54) 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
29c6083d1f
commit
3f2fe7a734
@@ -32,7 +32,9 @@ inherit python3native pkgconfig qemu
|
||||
DEPENDS_append = "${@' qemu-native' if d.getVar('GTKDOC_ENABLED') == 'True' else ''}"
|
||||
|
||||
do_configure_prepend () {
|
||||
( cd ${S}; gtkdocize --docdir ${GTKDOC_DOCDIR} || true )
|
||||
# Need to use ||true as this is only needed if configure.ac both exists
|
||||
# and uses GTK_DOC_CHECK.
|
||||
gtkdocize --srcdir ${S} --docdir ${GTKDOC_DOCDIR} || true
|
||||
}
|
||||
|
||||
do_compile_prepend_class-target () {
|
||||
|
||||
Reference in New Issue
Block a user