aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/flex
AgeCommit message (Collapse)Author
2011-03-02flex.inc: Fixup DEPENDSTom Rini
We added perl here incorrectly (this problem is now solved by perl-native being used by automake/autoconf, always). We don't need gettext here now that we have 'inherit gettext' which does this for us. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-11-21flex: added perl to dependenciesFrans Meulenbroeks
Without it (rebuilding from packaged staging) I got: | /home/frans/oe/tmp_minimal/work/i686-linux/flex-native-2.5.35-r5.1/temp/run.do_configure.12240: /home/frans/oe/tmp_minimal/sysroots/i686-linux/usr/bin/automake: /home/frans/oe/tmp_minimal/sysroots/i686-linux/usr/bin/perl: bad interpreter: No such file or directory Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-21flex: Move BBCLASSEXTEND to the .inc, disable PSTAGING on 2.5.35Tom Rini
Inspired by a patch from Jason Kridner <jkridner@beagleboard.org> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-09flex: convert to INC_PRRoman I Khimov
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-06-09flex-2.5.35: create lex and flex++ symlinksVladimir Sorokin
Were missing in this version, which for example lead to build failures for packages depending on flex-native. Signed-off-by: Vladimir Sorokin <sorokin@altell.ru> Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-05flex: This package requires gettext so inherit the classRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-04-13flex 2.5.31: convert to bbclassextend to avoid dep loops with bitbake 1.8.x, ↵Koen Kooi
1.10.x works as expected
2010-04-12flex: depend on gettextKoen Kooi
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-02flex: add 2.5.35 with new-style checksums, staging and class extensionKoen Kooi
2010-02-09flex: remove version specifics from generic incBernhard Reutner-Fischer
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2009-10-27flex: put libfl into ${PN}Koen Kooi
Phil Blundell said: > > flex-2.5.31-r4: /usr/lib/libfl.a This is like bison. >> bison-2.3-r0: /usr/lib/liby.a That one is a special case: it wants to stay in the main bison package, since bison itself is a development tool. I'm not sure why it is a static-only library; that might be an error.
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>