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

Saul Wold sgw at linux.intel.com
Thu Oct 18 20:19:47 UTC 2012


On 10/11/2012 02:30 PM, Phil Blundell wrote:
> 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 )
>   }
>
Merged into OE-Core

Thanks
	Sau!





More information about the Openembedded-core mailing list