]> code.ossystems Code Review - openembedded-core.git/commit
acpica: work around flex 2.6.2 code generation issue
authorPatrick Ohly <patrick.ohly@intel.com>
Fri, 20 Jan 2017 13:26:59 +0000 (14:26 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Feb 2017 23:11:22 +0000 (15:11 -0800)
commit8f2ace5e1b396ad97b8e9cc88e7bb773d18acd21
treebd17d1f195399a593adbc0b97bf9d4116d086045
parent020f7ea3aa5c1f311841d4fb16bc525ae1dd5f11
acpica: work around flex 2.6.2 code generation issue

Without this patch, linking fails with a missing implementation of
yy_scan_string. This looks like a regression in flex, because 2.6.0 generated
different code that called PrParser_scan_string
resp. DtParser_scan_string.

Working around that in acpica until this is better understood or fixed
in flex is the easiest solution for now.

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta/recipes-extended/acpica/acpica_20150515.bb
meta/recipes-extended/acpica/files/rename-yy_scan_string-manually.patch [new file with mode: 0644]