* [PATCH] gtk-doc.bbclass: Run gtkdocize in ${S} not ${B}
@ 2012-10-11 21:30 Phil Blundell
2012-10-18 20:19 ` Saul Wold
0 siblings, 1 reply; 2+ messages in thread
From: Phil Blundell @ 2012-10-11 21:30 UTC (permalink / raw)
To: oe-core
Otherwise it will fail if these two directories are not the same.
Signed-off-by: Phil Blundell <pb@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
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] gtk-doc.bbclass: Run gtkdocize in ${S} not ${B}
2012-10-11 21:30 [PATCH] gtk-doc.bbclass: Run gtkdocize in ${S} not ${B} Phil Blundell
@ 2012-10-18 20:19 ` Saul Wold
0 siblings, 0 replies; 2+ messages in thread
From: Saul Wold @ 2012-10-18 20:19 UTC (permalink / raw)
To: Phil Blundell; +Cc: oe-core
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@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!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-10-18 20:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-11 21:30 [PATCH] gtk-doc.bbclass: Run gtkdocize in ${S} not ${B} Phil Blundell
2012-10-18 20:19 ` Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox