summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/bison/bison_2.3.bb4
-rw-r--r--meta/recipes-devtools/bison/bison_2.5.bb4
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/bison/bison_2.3.bb b/meta/recipes-devtools/bison/bison_2.3.bb
index 22f884b002..388476b462 100644
--- a/meta/recipes-devtools/bison/bison_2.3.bb
+++ b/meta/recipes-devtools/bison/bison_2.3.bb
@@ -7,9 +7,9 @@ HOMEPAGE = "http://www.gnu.org/software/bison/"
7LICENSE = "GPLv2" 7LICENSE = "GPLv2"
8LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" 8LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
9SECTION = "devel" 9SECTION = "devel"
10DEPENDS = "bison-native" 10DEPENDS = "bison-native flex-native"
11 11
12PR = "r0" 12PR = "r1"
13 13
14BASE_SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.gz \ 14BASE_SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.gz \
15 file://bison-2.3_m4.patch" 15 file://bison-2.3_m4.patch"
diff --git a/meta/recipes-devtools/bison/bison_2.5.bb b/meta/recipes-devtools/bison/bison_2.5.bb
index 63f4e7631f..eb5d87c6f7 100644
--- a/meta/recipes-devtools/bison/bison_2.5.bb
+++ b/meta/recipes-devtools/bison/bison_2.5.bb
@@ -7,9 +7,9 @@ HOMEPAGE = "http://www.gnu.org/software/bison/"
7LICENSE = "GPLv3" 7LICENSE = "GPLv3"
8LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" 8LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
9SECTION = "devel" 9SECTION = "devel"
10DEPENDS = "bison-native" 10DEPENDS = "bison-native flex-native"
11 11
12PR = "r0" 12PR = "r1"
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 \