]> code.ossystems Code Review - openembedded-core.git/commit
flex: update to 2.6.0
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Tue, 15 Dec 2015 11:59:34 +0000 (13:59 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 22 Dec 2015 16:08:44 +0000 (16:08 +0000)
commit4fe048b7b32eb3d20a43171b83e8ad2037192d34
tree45aeb9ffd276685069f18150e5854cadf9c7c38e
parent51265ca2b77c05c94f65d3bc8e1883853b0b540c
flex: update to 2.6.0

Drop backported 0001-bison-test-fixes-Do-not-use-obsolete-bison-construct.patch

Test cases have been completely rearranged upstream, so ptest support
is fully rewritten.

Merge split bb/inc as there's no other user of the .inc [RB]

As automake insists adding BUILD_SOURCES as a dependency to the "all" target,
remove tests/ from the build unless ptests are enabled.  This means native
builds don't need a bison dependency. If ptests are enabled, we build-depend on
flex-native and bison-native for the test suite, and tell it to use the
flex-native binary instead of attempting to run the cross flex it just
built. [RB]

Move in-tree files from files/ to flex/ for consistency. [RB]

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/flex/files/0001-bison-test-fixes-Do-not-use-obsolete-bison-construct.patch [deleted file]
meta/recipes-devtools/flex/files/run-ptest [deleted file]
meta/recipes-devtools/flex/flex.inc [deleted file]
meta/recipes-devtools/flex/flex/0001-tests-add-a-target-for-building-tests-without-runnin.patch [new file with mode: 0644]
meta/recipes-devtools/flex/flex/disable-tests.patch [new file with mode: 0644]
meta/recipes-devtools/flex/flex/do_not_create_pdf_doc.patch [moved from meta/recipes-devtools/flex/files/do_not_create_pdf_doc.patch with 100% similarity]
meta/recipes-devtools/flex/flex/run-ptest [new file with mode: 0755]
meta/recipes-devtools/flex/flex_2.5.39.bb [deleted file]
meta/recipes-devtools/flex/flex_2.6.0.bb [new file with mode: 0644]