aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gettext
AgeCommit message (Collapse)Author
2011-03-02gettext 0.18: Add libxml2 to DEPENDSTom Rini
We already build gettext-native with libxml2 external rather than the provided libxml. Changing this makes the target gettext behavior consistent rather than depending on if libxml2 has been built or not. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-17gettext: Pass --disable-rpath on targetTom Rini
We disable rpath stuff as this casues problems with libtool 2.2 and 2.4 is fine. Acked-by: Marco Cavallini <m.cavallini@koansoftware.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-01-18gettext: Switch to libc-uclibcTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-12-17gettext: Drop hunk about disable-gettext-tools-test.patchTom Rini
I'd have sworn I told git not to add this hunk. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-12-17gettext-native (0.18): Disable curses and enable relocatableTom Rini
Since we don't need the curses-based tools, just cli, we can disable that. We enable the relocation flag since if the tool wants to help us here, we should take it. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-11-29gettext_0.18.bb: Fix build when uclibc lacks large file support.Graham Gower
mipsel-oe-linux-uclibc-libtool: compile: mipsel-oe-linux-uclibc-gcc -march=mips32 -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -DLIBXML_STATIC -I../intl -I./libcroco -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include -I/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -c libxml/DOCBparser.c -fPIC -DPIC -o libxml/.libs/libxml_rpl_la-DOCBparser.o In file included from /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdio.h:28:0, from ./stdio.h:35, from libxml/libxml.h:36, from libxml/DOCBparser.c:14: /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/features.h:216:5: error: #error It appears you have defined _FILE_OFFSET_BITS=64. Unfortunately, uClibc was built without large file support enabled. In file included from /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdio.h:72:0, from ./stdio.h:35, from libxml/libxml.h:36, from libxml/DOCBparser.c:14: /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/bits/uClibc_stdio.h:61:2: error: #error Sorry... uClibc was built without large file support! In file included from ./stdio.h:35:0, from libxml/libxml.h:36, from libxml/DOCBparser.c:14: /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdio.h:83:26: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fpos_t' In file included from ./stdio.h:35:0, from libxml/libxml.h:36, from libxml/DOCBparser.c:14: /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdio.h:719:12: error: expected declaration specifiers or '...' before 'fpos_t' /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/stdio.h:721:12: error: expected ';', ',' or ')' before '*' token make[4]: *** [libxml/libxml_rpl_la-DOCBparser.lo] Error 1 Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-09-15gettext-0.18: use included libcroco instead of one provided by build systemVasily Khoruzhick
gettext-native uses system libcroco if it's available, and breaks compilation in this case. Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-08-23ncurses_5.7.bb,recipes: Make DEFAULT_PREFERENCEtesting_2010-08-23Khem Raj
* Select 5.7 if none pinned. * Bump PR for recipes which have ncurses dependency. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-05gettext-native: Add virtual/libintl-native to PROVIDES list.Khem Raj
* Some packages have DEPENDS on virtual/libintl which gets converted to virtual/libintl-native when they use BBCLASSEXTEND for their corresponding native packages. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-05gettext-0.18: Add recipe for 0.18Khem Raj
* gl_cv_func_unsetenv_works is not computed correctly in cross environment so cache it. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@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-15gettext: fixed build with autoconfFrans Meulenbroeks
lifted from patch from Bernhard Reutner-Fischer on oe who found it somewhere on a mailing list Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-02-25gettext_0.17: fix build issue on 64-bit hostCliff Brake
was getting the following message: /usr/lib64/libxml2.so.2: undefined reference to `gzopen64' solution is to add libxml2 to native DEPENDS
2010-01-22gettext: add extra package for libintlHenning Heinold
* add extra package for libintl because it is mostly enough for running the stuff on targets * let runtime conflict it with proxy-libintl * bump PR
2010-01-22gettext: move to BBCLASSEXTEND, taken from popkyHenning Heinold
* delete all native recipes now handled by BBCLASSEXTEND * bump PR's
2009-12-17gettext-native: rename the M4 var to better reflect its contentsChris Larson
Signed-off-by: Chris Larson <clarson@mvista.com>
2009-09-03OpenEmbedded: Switch to using linux-uclibceabi and linux-gnu for TARGET_OSKhem Raj
* Bump the ABI_LAYOUT. Build from scratch will be needed. * Replace using TARGET_OS from linux->linux-gnu. * Replace using linux-uclibcgnueabi->linux-uclibceabi. * Add 'eabi' to DISTRO_FEATURES (only for minimal and micro). * Use eabi and BASE_PACKAGE_ARCH to compute real TARGET_OS. * Fix the micro conf to get console image building. * Fix the linux-uclibcgnueabi overrides in all recipes. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Phill Blundell <pb@reciva.com> Acked-by: Michael 'Mickey' Lauer <mickey@vanille-media.de>
2009-08-19gettext: Correct autoconf-lib-link code to defer to the compiler's library ↵Jeremy Puhlman
search paths. Ultimately we should have --with-<lib> and --without-<lib> for everything, however if a recipie does not the suspect code wanders through the host system searching for a working library. OE takes great pains to set that all up, lets let it decide the right library. Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com> Signed-off-by: Chris Larson <clarson@mvista.com>
2009-05-06gettext: 0.17 is GPLv3Tom Rini
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>