openjade-native_1.3.2.bb: fix typo and change the deps exclusion to correct var

(From OE-Core rev: 4be17f018f8dd0ed576498badc03ee13095b2263)

Signed-off-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Matthew McClintock 2012-07-10 14:45:35 -05:00 committed by Richard Purdie
parent ef8d669252
commit 38a0967425
1 changed files with 1 additions and 1 deletions

View File

@ -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"