[OE-core] [PATCH] gtk-doc.bbclass: Run gtkdocize in ${S} not ${B}

Phil Blundell philb at gnu.org
Thu Oct 11 21:30:29 UTC 2012


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

Signed-off-by: Phil Blundell <pb at pbcl.net>
---
 meta/classes/gtk-doc.bbclass |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/gtk-doc.bbclass b/meta/classes/gtk-doc.bbclass
index 59063b0..eaa1385 100644
--- a/meta/classes/gtk-doc.bbclass
+++ b/meta/classes/gtk-doc.bbclass
@@ -15,5 +15,5 @@ EXTRA_OECONF_append = "\
 "
 
 do_configure_prepend () {
-	gtkdocize
+	( cd ${S} && gtkdocize )
 }
-- 
1.7.10.4







More information about the Openembedded-core mailing list