summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/bison/bison_2.4.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/bison/bison_2.4.3.bb')
-rw-r--r--meta/recipes-devtools/bison/bison_2.4.3.bb10
1 files changed, 6 insertions, 4 deletions
diff --git a/meta/recipes-devtools/bison/bison_2.4.3.bb b/meta/recipes-devtools/bison/bison_2.4.3.bb
index fa2f15400a..3c164d90e0 100644
--- a/meta/recipes-devtools/bison/bison_2.4.3.bb
+++ b/meta/recipes-devtools/bison/bison_2.4.3.bb
@@ -8,12 +8,14 @@ LICENSE = "GPLv3"
8LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" 8LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
9SECTION = "devel" 9SECTION = "devel"
10PRIORITY = "optional" 10PRIORITY = "optional"
11DEPENDS = "gettext bison-native" 11DEPENDS = "bison-native"
12 12
13PR = "r1" 13PR = "r2"
14 14
15BASE_SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.gz \ 15BASE_SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.gz \
16 file://m4.patch;patch=1" 16 file://m4.patch \
17 file://uclibc-sched_param-def.patch \
18 "
17 19
18SRC_URI = "${BASE_SRC_URI} \ 20SRC_URI = "${BASE_SRC_URI} \
19 file://fix_cross_manpage_building.patch " 21 file://fix_cross_manpage_building.patch "
@@ -24,7 +26,7 @@ SRC_URI[sha256sum] = "6b17be5e63ff6667c83f6ef0423befe0ba23d4bc554c4c33b02ce5bb65
24DEPENDS_virtclass-native = "gettext-native" 26DEPENDS_virtclass-native = "gettext-native"
25SRC_URI_virtclass-native = "${BASE_SRC_URI}" 27SRC_URI_virtclass-native = "${BASE_SRC_URI}"
26 28
27inherit autotools 29inherit autotools gettext
28acpaths = "-I ${S}/m4" 30acpaths = "-I ${S}/m4"
29 31
30do_install_append_virtclass-native() { 32do_install_append_virtclass-native() {