summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/flex/flex.inc
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2015-11-11 01:15:38 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-11-25 08:08:08 +0000
commit5056581b166b5ab61591557a655a647ba66332b3 (patch)
tree12b0776c6b874b331871d6bb3d29a905cae89429 /meta/recipes-devtools/flex/flex.inc
parentc54540e5f788a5bb27d3ff3cc47498ab2855b87d (diff)
downloadpoky-5056581b166b5ab61591557a655a647ba66332b3.tar.gz
flex: fix test-bison-yylval and test-bison-yylloc failed
The tests in flex test-bison-yylval and test-bison-yylloc failed, so we backport a patch from upstream to fix it. (From OE-Core rev: 04810bf36720240cf0e1b8ba2cb1bba16b2ccac8) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/flex/flex.inc')
-rw-r--r--meta/recipes-devtools/flex/flex.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/flex/flex.inc b/meta/recipes-devtools/flex/flex.inc
index a4a26e2787..fbe921bfbe 100644
--- a/meta/recipes-devtools/flex/flex.inc
+++ b/meta/recipes-devtools/flex/flex.inc
@@ -8,6 +8,7 @@ LICENSE = "BSD"
8DEPENDS += "${@'bison-native flex-native' if '${PTEST_ENABLED}' == '1' else ''}" 8DEPENDS += "${@'bison-native flex-native' if '${PTEST_ENABLED}' == '1' else ''}"
9 9
10SRC_URI = "${SOURCEFORGE_MIRROR}/flex/flex-${PV}.tar.bz2 \ 10SRC_URI = "${SOURCEFORGE_MIRROR}/flex/flex-${PV}.tar.bz2 \
11 file://0001-bison-test-fixes-Do-not-use-obsolete-bison-construct.patch \
11 file://run-ptest \ 12 file://run-ptest \
12" 13"
13 14