]> code.ossystems Code Review - openembedded-core.git/commit
flex: fix m4 issue on target
authorLaurentiu Palcu <laurentiu.palcu@intel.com>
Wed, 6 Nov 2013 13:07:58 +0000 (15:07 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 20 Nov 2013 14:02:53 +0000 (14:02 +0000)
commit64030f37b34f75144f53eef42d5822ede79e08bd
tree5e368fa6b6b76c0549507749d90e23e8a46aa116
parent8f06d2975ed7d5db3828dc116c0df72d1161e8e5
flex: fix m4 issue on target

Flex needs m4 to run (see below) and, since the create_wrapper
introduces a bash dependency on target, give the path to m4 binary in
the configure command line.

Snippet from the flex documentation:
"The macro processor m4 must be installed wherever flex is installed.
<...>
m4 is only required at the time you run flex."

[YOCTO #5329]

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-devtools/flex/flex.inc