]> 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>
Thu, 12 Dec 2013 16:53:09 +0000 (16:53 +0000)
commitd039150eae579af1bd85000982ef38a6b09bb90d
tree3fe098ac5b8376d7129722c89b5cb8e41b574e86
parentc5e59e68efcf2a3f902dbfd827da57ed3e8ad4ce
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 master 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>
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/recipes-devtools/flex/flex.inc