| Submitter | Matthew McClintock |
|---|---|
| Date | July 10, 2012, 7:45 p.m. |
| Message ID | <1341949535-2466-1-git-send-email-msm@freescale.com> |
| Download | mbox | patch |
| Permalink | /patch/31707/ |
| State | Accepted |
| Commit | 4be17f018f8dd0ed576498badc03ee13095b2263 |
| Headers | show |
Comments
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
Patch
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"
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(-)