From patchwork Mon Aug 13 21:14:48 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [07/32] openjade-native_1.3.2.bb: fix typo and change the deps exclusion to correct var Date: Mon, 13 Aug 2012 21:14:48 -0000 From: Scott Garman X-Patchwork-Id: 34399 Message-Id: <6ef3b77ba8baddb5748f2ee27d39a5a0d32e3bfb.1344892361.git.scott.a.garman@intel.com> To: openembedded-core@lists.openembedded.org From: Matthew McClintock Signed-off-by: Matthew McClintock Signed-off-by: Richard Purdie --- .../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 5b29c1f..cd6a5aa 100644 --- a/meta/recipes-devtools/openjade/openjade-native_1.3.2.bb +++ b/meta/recipes-devtools/openjade/openjade-native_1.3.2.bb @@ -32,7 +32,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"