aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/autoconf
AgeCommit message (Collapse)Author
2010-12-13autoconf : Fix autoconf running on target.Philip Balister
Acked-by: Koen Kooi <koen@openembedded.org>
2010-12-13autoconf_2.65.bb: Fix build for DISTRO=micro.Graham Gower
Update autoconf-dont-execute-perl.patch for autoconf-2.65. See aa0d1e870c41d3375866c8180c720cd0fc27ffcd. checking for perl... (cached) /bin/perl /mnt/oe/tmp/work/mipsel-oe-linux-uclibc/autoconf-2.65-r10.0/autoconf-2.65/configure: line 2507: /bin/perl: No such file or directory configure: error: Perl 5.005_03 or better is required Signed-off-by: Graham Gower <graham.gower@gmail.com> Acked-by: Chris Larson <chris_larson@mentor.com>
2010-12-09autoconf : Bump PR after earlier revert.Philip Balister
2010-12-09Revert "autoconf.inc: Use 'which' to find m4"Philip Balister
This reverts commit 8da17586c547f365ae667eb2608ba89a1c375afc. This commit broke autoconf running on the target. I spoke with Tom Rini and he approved the revert of his commit.
2010-11-18autoconf.inc: Use 'which' to find m4Tom Rini
We need to make sure that if m4-native is built, it's used here as there are hosts that otherwise have too old of an m4. When @M4@ is replaced here it's not used in conjunction with #! so this is safe. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-11-11Revert "autoconf: don't choke on m4-native in ASSUME_PROVIDED"Chris Larson
Drop this for now, to avoid risk of introduction of another problem. Will revisit and verify both. This reverts commit 173540c96aac632de5ff1a78b25cdc49201ee27e.
2010-11-11autoconf: don't choke on m4-native in ASSUME_PROVIDEDChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-11-08autoconf: don't build the documentationChris Larson
This kills one of the dependencies upon help2man. In the future, will switch this to be driven by a documentation feature in DISTRO_FEATURES. Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-10-25autoconf: update package LICENSEChase Maupin
* Update the LICENSE fields to reflect the licensing used in the source code. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-16autoconf : moved unused files to obsolete dirFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-09-03autoconf213_2.13.bb: Re-add.Khem Raj
* Autoconf 2.13 is special and many current packages oe/non-oe uses it we need to keep it. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-08-10autoconf: remove a few old unused versionsFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
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-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-30autoconf: removed DEFAULT_PREFERENCE = -1Frans Meulenbroeks
as discussed on #oe Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Graeme Gregory <dp@xora.org.uk>
2010-03-18autoconf_2.65.bb : add newest version of autoconf.Graeme Gregory
.64 and .65 are starting to get required by some configure.in scripts
2010-03-01autoconf: merged Poky changes (BBEXTENDCLASS + new staging)Marcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2010-02-14autoconf: set SRC_URI nameBernhard Reutner-Fischer
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2009-09-19autoconf: Dont execute perl and m4 for target buildsKhem Raj
* configure decides to probe perl verison dont do that as it wont work when building target autoconf. So far it was executing /usr/bin/perl and /usr/bin/m4 which is found on most build machines however micro change the layout and /bin/perl and /bin/m4 is now not found. So it brought up a hidden bug. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-17autoconf: Fixed calling of perl and m4:Stanislav Brabec
* removed path_prog_fixes.patch * set needed ac_cv_* variables for non-native builds * depend on perl * for more see http://thread.gmane.org/gmane.comp.handhelds.openembedded/26476
2009-09-08autoconf: Fix canadian cross buildKhem Raj
* Remove RDEPENDS and DEPENDS duplication. * path_prog_fixes.patch is not needed for 2.61 * Use INC_PR Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-06-05autoconf: add 2.63 with patches ported forward, disabled by defaultKoen Kooi
2009-04-07autoconf213-native: Added old autoconf for fennec recipe.Stanislav Brabec
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>