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