aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnu-config
AgeCommit message (Collapse)Author
2011-02-04gnu-config: update also bindir change to replace /usr/bin/env instead of ↵Martin Jansa
/usr/bin/perl Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-02-04gnu-config: use /usr/bin/env perl instead of /usr/bin/perl in gnu-configize.inMartin Jansa
* fixes errors like this | /OE/tmpdir-shr/sysroots/armv4t-oe-linux-gnueabi/usr/share/aclocal/libpcap.m4:40: warning: underquoted definition of AC_LBL_C_INIT_BEFORE_CC | /OE/tmpdir-shr/sysroots/armv4t-oe-linux-gnueabi/usr/share/aclocal/libpcap.m4:40: run info '(automake)Extending aclocal' | /OE/tmpdir-shr/sysroots/armv4t-oe-linux-gnueabi/usr/share/aclocal/libpcap.m4:40: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal | autoreconf: running: /OE/tmpdir-shr/sysroots/x86_64-linux/usr/bin/autoconf --include=/OE/tmpdir-shr/work/armv4t-oe-linux-gnueabi/efreet-2_1.0.999+svnr56704-r0.0/efreet/m4/ --include=/OE/tmpdir-shr/sysroots/armv4t-oe-linux-gnueabi/usr/share/aclocal-1.11 --include=/OE/tmpdir-shr/sysroots/armv4t-oe-linux-gnueabi/usr/share/aclocal --force --warnings=cross | autoreconf: running: /OE/tmpdir-shr/sysroots/x86_64-linux/usr/bin/autoheader --include=/OE/tmpdir-shr/work/armv4t-oe-linux-gnueabi/efreet-2_1.0.999+svnr56704-r0.0/efreet/m4/ --include=/OE/tmpdir-shr/sysroots/armv4t-oe-linux-gnueabi/usr/share/aclocal-1.11 --include=/OE/tmpdir-shr/sysroots/armv4t-oe-linux-gnueabi/usr/share/aclocal --force --warnings=cross | autoreconf: running: automake --foreign --add-missing --copy --force-missing --warnings=cross | automake: unknown warning category cross | autoreconf: running: gnu-configize | /usr/bin/perl: symbol lookup error: /OE/tmpdir-shr/sysroots/x86_64-linux/usr/lib/perl/5.10.1/auto/IO/IO.so: undefined symbol: Perl_Istack_sp_ptr | autoreconf: gnu-configize failed with exit status: 127 * or like this: | Perl lib version (5.10.1) doesn't match executable version (v5.12.3) at /OE/tmpdir-shr/sysroots/x86_64-linux/usr/lib/perl/5.10.1/Config.pm line 50." Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-16gnu-config git: remove duplicate, wrong checksumsKoen Kooi
2010-06-16gnu-config_git.bb: Add checksumsKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-16gnu-config git: don't use git since git-native needs gnu-config-native. ↵Koen Kooi
Switch to angstrom sourcemirror for http fetching
2010-06-15gnu-config: Add recipe for git version.Khem Raj
* Rename gnu-config to files folder. 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-01gnu-config: remove not used uclibc.patchMarcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2010-03-01gnu-config: merge Poky improvements (BBCLASSEXTEND, new staging)Marcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
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>