diff options
author | Matthew McClintock <msm@freescale.com> | 2012-07-10 14:45:35 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-11 11:24:36 +0100 |
commit | 4be17f018f8dd0ed576498badc03ee13095b2263 (patch) | |
tree | 5706de03e4d20c83adabc1172fcd9f07506be9da /meta/recipes-devtools/openjade | |
parent | b60579e66601ba60669a9e1194409fcd8b80530e (diff) | |
download | openembedded-core-4be17f018f8dd0ed576498badc03ee13095b2263.tar.gz openembedded-core-4be17f018f8dd0ed576498badc03ee13095b2263.tar.bz2 openembedded-core-4be17f018f8dd0ed576498badc03ee13095b2263.zip |
openjade-native_1.3.2.bb: fix typo and change the deps exclusion to correct var
Signed-off-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/openjade')
-rw-r--r-- | meta/recipes-devtools/openjade/openjade-native_1.3.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 a539c353a0..266210d7c6 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" |