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:03:24 +0000 (14:03 +0000)
commitf725db621b8877d87e58d2f5c0bb0760ac3ce2ca
tree972f148c7e0cd5683a7fa6017f33e5abca8e2aef
parenta03327481fc3e46e121be73cceb4d758f7f0ddf9
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]

(From OE-Core rev: 64030f37b34f75144f53eef42d5822ede79e08bd)

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