mirror of
git://git.yoctoproject.org/poky
synced 2026-09-06 18:59:25 +00:00
This reverts commit 3632abd01abb8dfff230e18f828af705da488f97. Multiple people have expressed issues with flex-2.6.2; personally I had problems compiling libsepol from meta-selinux (for libselinux). I tried upgrading to flex-2.6.3, but that caused binutils-cross_2.27 to fail. The simplest for now is to downgrade to flex-2.6.0. (From OE-Core rev: b45776bbdafa6f6afe815714ac329494ad57e644) 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 \
|