From b2f192faabe412adce79534e22efe9fb69ee40e2 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 21 Jul 2006 10:10:31 +0000 Subject: Rename /openembedded/ -> /meta/ git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/bison/bison_2.0.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta/packages/bison/bison_2.0.bb (limited to 'meta/packages/bison/bison_2.0.bb') diff --git a/meta/packages/bison/bison_2.0.bb b/meta/packages/bison/bison_2.0.bb new file mode 100644 index 0000000000..edf549f442 --- /dev/null +++ b/meta/packages/bison/bison_2.0.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "GNU Project parser generator (yacc replacement)." +HOMEPAGE = "http://www.gnu.org/software/bison/" +LICENSE = "GPL" +SECTION = "devel" +PRIORITY = "optional" + +SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.gz \ + file://m4.patch;patch=1" + +inherit autotools -- cgit v1.2.3-54-g00ecf