summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/bison
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2013-01-27 15:39:09 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-28 12:43:41 +0000
commit498951a247836346cda1b5979cc6a998771884bb (patch)
treedd28578f82de056d6340cfe04d0212b91eae5a86 /meta/recipes-devtools/bison
parent3456295898bf157e40ea1f8c335f0b7285d3d8a7 (diff)
downloadpoky-498951a247836346cda1b5979cc6a998771884bb.tar.gz
bison: move remove-gets.patch to BASE_SRC_URI, it's needed for bison-native too if host has (e)glibc-2.16
(From OE-Core rev: cae95a527c1e9faefc0c051254e67dad7fad4197) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/bison')
-rw-r--r--meta/recipes-devtools/bison/bison_2.5.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/bison/bison_2.5.bb b/meta/recipes-devtools/bison/bison_2.5.bb
index e3f9273422..4d827236c3 100644
--- a/meta/recipes-devtools/bison/bison_2.5.bb
+++ b/meta/recipes-devtools/bison/bison_2.5.bb
@@ -9,15 +9,15 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
9SECTION = "devel" 9SECTION = "devel"
10DEPENDS = "bison-native flex-native" 10DEPENDS = "bison-native flex-native"
11 11
12PR = "r2" 12PR = "r3"
13 13
14BASE_SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.gz \ 14BASE_SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.gz \
15 file://m4.patch \ 15 file://m4.patch \
16 file://remove-gets.patch \
16 " 17 "
17 18
18SRC_URI = "${BASE_SRC_URI} \ 19SRC_URI = "${BASE_SRC_URI} \
19 file://fix_cross_manpage_building.patch \ 20 file://fix_cross_manpage_building.patch \
20 file://remove-gets.patch \
21 " 21 "
22 22
23SRC_URI[md5sum] = "687e1dcd29452789d34eaeea4c25abe4" 23SRC_URI[md5sum] = "687e1dcd29452789d34eaeea4c25abe4"