summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/bison/bison_3.7.2.bb
diff options
context:
space:
mode:
authorJoshua Watt <JPEWhacker@gmail.com>2021-02-16 08:43:02 -0600
committerAnuj Mittal <anuj.mittal@intel.com>2021-02-22 23:53:37 +0800
commita47a39a70918f18f092d0f38313f015ee79cadbf (patch)
treea069cd84dd931c6a2c711ecab58ebd8de28fd9c5 /meta/recipes-devtools/bison/bison_3.7.2.bb
parente42dd9cff98f2149904e104f08bc3f19ee7b6fc0 (diff)
downloadopenembedded-core-contrib-a47a39a70918f18f092d0f38313f015ee79cadbf.tar.gz
bison: Fix up file name mapping
File name mapping was added to bison, but needs to be applied in more cases. Add a patch to enable file name mapping for symbols Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 5a213506377b0db4e88ca094215eadf08c21a2e1) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'meta/recipes-devtools/bison/bison_3.7.2.bb')
-rw-r--r--meta/recipes-devtools/bison/bison_3.7.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/bison/bison_3.7.2.bb b/meta/recipes-devtools/bison/bison_3.7.2.bb
index ace4ea5c3f..6fd9d288e0 100644
--- a/meta/recipes-devtools/bison/bison_3.7.2.bb
+++ b/meta/recipes-devtools/bison/bison_3.7.2.bb
@@ -11,6 +11,7 @@ DEPENDS = "bison-native flex-native"
SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.xz \
file://add-with-bisonlocaledir.patch \
+ file://0001-Use-mapped-file-name-for-symbols.patch \
"
SRC_URI[sha256sum] = "7948d193104d979c0fb0294a1854c73c89d72ae41acfc081826142578a78a91b"