aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/acpica/acpica_20150515.bb
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2017-01-20 14:26:59 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-02-23 15:11:22 -0800
commit8f2ace5e1b396ad97b8e9cc88e7bb773d18acd21 (patch)
treebd17d1f195399a593adbc0b97bf9d4116d086045 /meta/recipes-extended/acpica/acpica_20150515.bb
parent020f7ea3aa5c1f311841d4fb16bc525ae1dd5f11 (diff)
downloadopenembedded-core-contrib-8f2ace5e1b396ad97b8e9cc88e7bb773d18acd21.tar.gz
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>
Diffstat (limited to 'meta/recipes-extended/acpica/acpica_20150515.bb')
-rw-r--r--meta/recipes-extended/acpica/acpica_20150515.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/acpica/acpica_20150515.bb b/meta/recipes-extended/acpica/acpica_20150515.bb
index de897e1917..c23b4910d2 100644
--- a/meta/recipes-extended/acpica/acpica_20150515.bb
+++ b/meta/recipes-extended/acpica/acpica_20150515.bb
@@ -18,6 +18,7 @@ DEPENDS = "bison flex"
SRC_URI = "https://acpica.org/sites/acpica/files/acpica-unix2-${PV}.tar.gz \
file://no-werror.patch \
+ file://rename-yy_scan_string-manually.patch \
"
SRC_URI[md5sum] = "2bc4a7ccc82de9df9fa964f784ecb29c"
SRC_URI[sha256sum] = "61204ec56d71bc9bfa2ee2ade4c66f7e8541772ac72ef8ccc20b3f339cc96374"