All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] openjade-native_1.3.2.bb: fix typo and change the deps exclusion to correct var
@ 2012-07-10 19:45 Matthew McClintock
  2012-07-11 10:24 ` Richard Purdie
  0 siblings, 1 reply; 2+ messages in thread
From: Matthew McClintock @ 2012-07-10 19:45 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Matthew McClintock <msm@freescale.com>
---
 meta/recipes-devtools/openjade/openjade-native_1.3.2.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/openjade/openjade-native_1.3.2.bb b/meta/recipes-devtools/openjade/openjade-native_1.3.2.bb
index a539c35..266210d 100644
--- a/meta/recipes-devtools/openjade/openjade-native_1.3.2.bb
+++ b/meta/recipes-devtools/openjade/openjade-native_1.3.2.bb
@@ -33,7 +33,7 @@ CONFIGUREOPTS := "${@d.getVar('CONFIGUREOPTS', True).replace('--datadir=${datadi
 # CONFIGUREOPTS has hard coded paths so we need to ignore it's vardeps
 # there are other bits in there too but they are picked up by other variable
 # dependencies so it all works out
-do_configure[vardepsexclude] += "CONNFIGUREOPTS"
+oe_runconf[vardepsexclude] += "CONFIGUREOPTS"
 
 CFLAGS =+ "-I${S}/include"
 
-- 
1.7.10





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] openjade-native_1.3.2.bb: fix typo and change the deps exclusion to correct var
  2012-07-10 19:45 [PATCH] openjade-native_1.3.2.bb: fix typo and change the deps exclusion to correct var Matthew McClintock
@ 2012-07-11 10:24 ` Richard Purdie
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2012-07-11 10:24 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Tue, 2012-07-10 at 14:45 -0500, Matthew McClintock wrote:
> Signed-off-by: Matthew McClintock <msm@freescale.com>
> ---
>  meta/recipes-devtools/openjade/openjade-native_1.3.2.bb |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta/recipes-devtools/openjade/openjade-native_1.3.2.bb b/meta/recipes-devtools/openjade/openjade-native_1.3.2.bb
> index a539c35..266210d 100644
> --- a/meta/recipes-devtools/openjade/openjade-native_1.3.2.bb
> +++ b/meta/recipes-devtools/openjade/openjade-native_1.3.2.bb
> @@ -33,7 +33,7 @@ CONFIGUREOPTS := "${@d.getVar('CONFIGUREOPTS', True).replace('--datadir=${datadi
>  # CONFIGUREOPTS has hard coded paths so we need to ignore it's vardeps
>  # there are other bits in there too but they are picked up by other variable
>  # dependencies so it all works out
> -do_configure[vardepsexclude] += "CONNFIGUREOPTS"
> +oe_runconf[vardepsexclude] += "CONFIGUREOPTS"
>  
>  CFLAGS =+ "-I${S}/include"
>  

Merged to master, thanks.

Richard




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-07-11 10:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-10 19:45 [PATCH] openjade-native_1.3.2.bb: fix typo and change the deps exclusion to correct var Matthew McClintock
2012-07-11 10:24 ` Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.