mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 15:29:40 +01:00
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 <nitin.a.kamble@intel.com>
23 lines
538 B
BlitzBasic
23 lines
538 B
BlitzBasic
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"
|