summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/bison/bison_2.4.2.bb
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2010-11-08 08:49:44 -0800
committerSaul Wold <sgw@linux.intel.com>2010-11-14 21:08:25 -0800
commitbebb90b298976df2635c38e0a180119a72a89c81 (patch)
treef7f6e51a689f3951c6c1f7fe7db5c9f7af3dbbad /meta/recipes-devtools/bison/bison_2.4.2.bb
parent5171c07ffc1bb0cbd6a49cf44e1c298546ceddd0 (diff)
downloadopenembedded-core-bebb90b298976df2635c38e0a180119a72a89c81.tar.gz
openembedded-core-bebb90b298976df2635c38e0a180119a72a89c81.tar.bz2
openembedded-core-bebb90b298976df2635c38e0a180119a72a89c81.tar.xz
openembedded-core-bebb90b298976df2635c38e0a180119a72a89c81.zip
bison upgrade from 2.4.2. to 2.4.3
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
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, 0 insertions, 22 deletions
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 1d053cf5e..000000000
--- 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"