summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/bison/bison_2.4.3.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-03-31 20:41:59 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-04 14:09:40 +0100
commitaa0772c6e7b28cfa2e73fc2f9a743aab9c7d5ee8 (patch)
tree2da0ad51e606505c509d4bdc0162e02f7191159b /meta/recipes-devtools/bison/bison_2.4.3.bb
parent69f1a6d2d5fec8a542aed7c9c1eed2c3941940d4 (diff)
downloadpoky-aa0772c6e7b28cfa2e73fc2f9a743aab9c7d5ee8.tar.gz
bison: Make compilable on uclibc
Import patch from OE to fix compilation on uclibc Let inherit gettext take care of gettext dependencies (From OE-Core rev: 417c41f3083df120cf745c274b487218828dd147) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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() {