From 2568e18701fb20d7105eb6e4929f3aff4b9f9c06 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 21 Apr 2017 15:39:53 +0300 Subject: byacc: remove the recipe It was used only by rpm5 and will be moved to meta-oe (From OE-Core rev: 138f3e3f81d866e8272b01dd88c164b367adc4cd) Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-extended/byacc/byacc.inc | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 meta/recipes-extended/byacc/byacc.inc (limited to 'meta/recipes-extended/byacc/byacc.inc') diff --git a/meta/recipes-extended/byacc/byacc.inc b/meta/recipes-extended/byacc/byacc.inc deleted file mode 100644 index adb07193d7..0000000000 --- a/meta/recipes-extended/byacc/byacc.inc +++ /dev/null @@ -1,22 +0,0 @@ -SUMMARY = "Berkeley LALR Yacc parser generator" -DESCRIPTION = "A parser generator utility that reads a grammar specification from a file and generates an LR(1) \ -parser for it. The parsers consist of a set of LALR(1) parsing tables and a driver routine written in the C \ -programming language." -SECTION = "devel" -LICENSE = "PD" - -SRC_URI = "ftp://invisible-island.net/byacc/byacc-${PV}.tgz \ - file://byacc-open.patch \ - file://0001-byacc-do-not-reorder-CC-and-CFLAGS.patch" - -EXTRA_OECONF += "--program-transform-name='s,^,b,'" - -BBCLASSEXTEND = "native" - -inherit autotools - -do_configure() { - install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S} - install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub ${S} - oe_runconf -} -- cgit v1.2.3-54-g00ecf