]> code.ossystems Code Review - openembedded-core.git/commit
flex: fix the deps for ptest builds
authorChristopher Larson <chris_larson@mentor.com>
Wed, 17 Sep 2014 01:22:02 +0000 (18:22 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 22 Sep 2014 11:57:11 +0000 (12:57 +0100)
commitfce2be6dcf8e7320b7b9df9947745e78fd160815
tree8ffa4ae754132bd726828053d73ff215f4e5470e
parent43ce4b804d433662fe77c6f5298060ba74a0e639
flex: fix the deps for ptest builds

Building the tests for flex requires flex-native and bison-native, but the
attempt to add this dependency was done incorrectly. Use an inline python
conditional based on PTEST_ENABLED instead.

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
meta/recipes-devtools/flex/flex.inc