gtk-doc.bbclass: Run gtkdocize in ${S} not ${B}

Otherwise it will fail if these two directories are not the same.

(From OE-Core rev: 491823fdc65d124093f1fed5a56173917443e1d6)

Signed-off-by: Phil Blundell <pb@pbcl.net>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Phil Blundell 2012-10-11 22:30:29 +01:00 committed by Richard Purdie
parent ef9eac29a5
commit 2be7032d63
1 changed files with 1 additions and 1 deletions

View File

@ -15,5 +15,5 @@ EXTRA_OECONF_append = "\
"
do_configure_prepend () {
gtkdocize
( cd ${S} && gtkdocize )
}