mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 00:49:33 +02:00
bison upgrade from 2.4.2. to 2.4.3
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
This commit is contained in:
committed by
Saul Wold
parent
5171c07ffc
commit
bebb90b298
22
meta/recipes-devtools/bison/bison_2.4.3.bb
Normal file
22
meta/recipes-devtools/bison/bison_2.4.3.bb
Normal file
@@ -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"
|
||||
Reference in New Issue
Block a user