summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/bison/bison_2.4.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/bison/bison_2.4.2.bb')
-rw-r--r--meta/recipes-devtools/bison/bison_2.4.2.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-devtools/bison/bison_2.4.2.bb b/meta/recipes-devtools/bison/bison_2.4.2.bb
new file mode 100644
index 0000000000..1d053cf5e4
--- /dev/null
+++ b/meta/recipes-devtools/bison/bison_2.4.2.bb
@@ -0,0 +1,22 @@
1DESCRIPTION = "GNU Project parser generator (yacc replacement)."
2HOMEPAGE = "http://www.gnu.org/software/bison/"
3LICENSE = "GPL"
4SECTION = "devel"
5PRIORITY = "optional"
6DEPENDS = "gettext bison-native"
7
8PR = "r0"
9
10BASE_SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.gz \
11 file://m4.patch;patch=1"
12
13SRC_URI = "${BASE_SRC_URI} \
14 file://fix_cross_manpage_building.patch "
15
16DEPENDS_virtclass-native = "gettext-native"
17SRC_URI_virtclass-native = "${BASE_SRC_URI}"
18
19inherit autotools
20acpaths = "-I ${S}/m4"
21
22BBCLASSEXTEND = "native"