From 64b82f8acd84a2e816b5474ff8fd5a4c4390c6a4 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Wed, 23 Jun 2010 06:38:40 -0700 Subject: bison: upgrade from 2.3 to 2.4.2 Fixed a configure issue by adding acpaths line in the recipe. fix_cross_manpage_building.patch: Created this patch to avoid the build issue for non-x86 targets. Rebased the m4.patch for the latest code, by removing duplicate functionality. Signed-off-by: Nitin A Kamble --- meta/packages/bison/bison_2.4.2.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta/packages/bison/bison_2.4.2.bb (limited to 'meta/packages/bison/bison_2.4.2.bb') diff --git a/meta/packages/bison/bison_2.4.2.bb b/meta/packages/bison/bison_2.4.2.bb new file mode 100644 index 000000000..1d053cf5e --- /dev/null +++ b/meta/packages/bison/bison_2.4.2.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