aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/autoconf/autoconf.inc
AgeCommit message (Collapse)Author
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-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-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-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>