From: Matthew McClintock Date: Tue, 10 Jul 2012 19:45:35 +0000 (-0500) Subject: openjade-native_1.3.2.bb: fix typo and change the deps exclusion to correct var X-Git-Tag: 2015-4~10037 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=4be17f018f8dd0ed576498badc03ee13095b2263;p=openembedded-core.git openjade-native_1.3.2.bb: fix typo and change the deps exclusion to correct var Signed-off-by: Matthew McClintock Signed-off-by: Richard Purdie --- 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"