mirror of
git://git.yoctoproject.org/poky
synced 2026-09-04 11:11:25 +00:00
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] (From OE-Core rev: 4fe048b7b32eb3d20a43171b83e8ad2037192d34) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
18 lines
503 B
Diff
18 lines
503 B
Diff
Upstream-Status: Inappropriate (embedded specific)
|
|
|
|
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
|
|
|
|
Index: flex-2.5.37/doc/Makefile.am
|
|
===================================================================
|
|
--- flex-2.5.37.orig/doc/Makefile.am 2012-07-21 04:18:27.000000000 +0300
|
|
+++ flex-2.5.37/doc/Makefile.am 2013-07-30 17:57:09.834834531 +0300
|
|
@@ -2,7 +2,7 @@
|
|
|
|
info_TEXINFOS = flex.texi
|
|
dist_man_MANS = flex.1
|
|
-dist_doc_DATA= flex.pdf
|
|
+EXTRA_DIST= flex.pdf
|
|
|
|
CLEANFILES = \
|
|
flex.hks \
|