git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aadaa1b
)
bison.inc: attempt to create proper file.inc that got missing in the earlier bison...
author
Koen Kooi
<koen@openembedded.org>
Tue, 2 Mar 2010 18:05:33 +0000
(19:05 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Tue, 2 Mar 2010 18:05:33 +0000
(19:05 +0100)
recipes/bison/bison.inc
[new file with mode: 0644]
patch
|
blob
diff --git a/recipes/bison/bison.inc
b/recipes/bison/bison.inc
new file mode 100644
(file)
index 0000000..
c35322e
--- /dev/null
+++ b/
recipes/bison/bison.inc
@@ -0,0
+1,16
@@
+DESCRIPTION = "GNU Project parser generator (yacc replacement)."
+HOMEPAGE = "http://www.gnu.org/software/bison/"
+LICENSE = "GPL"
+SECTION = "devel"
+PRIORITY = "optional"
+DEPENDS = "gettext"
+
+SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.gz \
+ file://m4.patch;patch=1"
+
+INC_PR = "r0"
+
+inherit autotools
+
+NATIVE_INSTALL_WORKS = "1"
+BBCLASSEXTEND = "native"