From bebb90b298976df2635c38e0a180119a72a89c81 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Mon, 8 Nov 2010 08:49:44 -0800 Subject: bison upgrade from 2.4.2. to 2.4.3 Signed-off-by: Nitin A Kamble --- meta/recipes-devtools/bison/bison_2.4.2.bb | 22 ---------------------- meta/recipes-devtools/bison/bison_2.4.3.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta/recipes-devtools/bison/bison_2.4.2.bb create mode 100644 meta/recipes-devtools/bison/bison_2.4.3.bb (limited to 'meta/recipes-devtools/bison') diff --git a/meta/recipes-devtools/bison/bison_2.4.2.bb b/meta/recipes-devtools/bison/bison_2.4.2.bb deleted file mode 100644 index 1d053cf5e4..0000000000 --- a/meta/recipes-devtools/bison/bison_2.4.2.bb +++ /dev/null @@ -1,22 +0,0 @@ -DESCRIPTION = "GNU Project parser generator (yacc replacement)." -HOMEPAGE = "http://www.gnu.org/software/bison/" -LICENSE = "GPL" -SECTION = "devel" -PRIORITY = "optional" -DEPENDS = "gettext bison-native" - -PR = "r0" - -BASE_SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.gz \ - file://m4.patch;patch=1" - -SRC_URI = "${BASE_SRC_URI} \ - file://fix_cross_manpage_building.patch " - -DEPENDS_virtclass-native = "gettext-native" -SRC_URI_virtclass-native = "${BASE_SRC_URI}" - -inherit autotools -acpaths = "-I ${S}/m4" - -BBCLASSEXTEND = "native" diff --git a/meta/recipes-devtools/bison/bison_2.4.3.bb b/meta/recipes-devtools/bison/bison_2.4.3.bb new file mode 100644 index 0000000000..1d053cf5e4 --- /dev/null +++ b/meta/recipes-devtools/bison/bison_2.4.3.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "GNU Project parser generator (yacc replacement)." +HOMEPAGE = "http://www.gnu.org/software/bison/" +LICENSE = "GPL" +SECTION = "devel" +PRIORITY = "optional" +DEPENDS = "gettext bison-native" + +PR = "r0" + +BASE_SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.gz \ + file://m4.patch;patch=1" + +SRC_URI = "${BASE_SRC_URI} \ + file://fix_cross_manpage_building.patch " + +DEPENDS_virtclass-native = "gettext-native" +SRC_URI_virtclass-native = "${BASE_SRC_URI}" + +inherit autotools +acpaths = "-I ${S}/m4" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf