summaryrefslogtreecommitdiff
path: root/recipes/util-linux-ng
AgeCommit message (Collapse)AuthorFiles
2009-10-23util-linux-ng: for chinook-compat let util-linux-ng compile with older libtoolHenning Heinold3
*bump INC_PR
2009-09-03OpenEmbedded: Switch to using linux-uclibceabi and linux-gnu for TARGET_OSKhem Raj1
* 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-19util-linux-ng: Fixed empty packages. Provide util-linux.Stanislav Brabec1
2009-08-05util-linux-ng-2.16: Replace siginterrupt with sigaction.Khem Raj2
siginterrupt is obsoleted and newer versions of uclibc has moved these functions to a different category which is not enabled by default. Best is to replace it with sigaction. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-07-30util-linux-ng: fix tls detectionHenning Heinold2
* breaks msvc support for now * bump PR
2009-07-23util-linux-ng: delete newer libtool.m4 filesHenning Heinold1
* recipe is now be able to be compiled with older libtool versions * bump PR fot 2.16
2009-07-19e2fsprogs-libs: Add version 1.41.8 and dont provide libblkid and libuuid.Khem Raj3
util-linux-ng: Add version 2.16 and provide libblkid and libuuid. Change the provider for libuuid and libblkid from e2fsprogs-libs to util-linux-ng.
2009-07-02util-linux-ng: Fix compile of 2.15 for uclibcHolger Hans Peter Freyther2
Unconditionally include stdarg.h to introduce va_list to the compiler. uclibc has langinfo but not these kind of attributes. Guard the usage of these attribute similar to how the uclibc locale test program is doing it.
2009-06-20util-linux-ng: only delete bogus symlink, not all swap* binaries for crazy ↵Koen Kooi1
people that have sbindir == base_sbindir
2009-06-20util-linux-ng: fix packaging, u-a and replace hardcoded pathsKoen Kooi4
* also switch to INC_PR to make Tom happy
2009-06-18util-linux-ng: fix packaging for prefix=''Phil Blundell1
2009-06-06util-linux-ng: add e2fsprogs-libs to DEPENDS.Rolf Leggewie1
2009-06-05util-linux-ng: put mountall in its own package, have it RRPLACE ↵Koen Kooi2
busybox-mountall * this makes them parallel installable
2009-05-26e2fsprogs-libs, util-linux-ng, pidgin: Use unique variable names in ↵Stanislav Brabec1
do_split_packages(): * see http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-May/011212.html for more
2009-05-19util-linux-ng: dropped use of FILESPATHMarcin Juszkiewicz2
2009-05-18util-linux-ng: fix dep loopKoen Kooi1
2009-05-18util-linux-ng: split out libs to avoid collision with e2fsprog-libsKoen Kooi2
2009-05-18util-linux-ng 2.15: stage libblkid (yes, this used to be in e2fsprogs(-libs))Koen Kooi4
2009-05-18util-linux-ng: update to 2.15Koen Kooi1
2009-04-19util-linux-ng: depend on virtual/libintl to pass building with uclibcMarcin Juszkiewicz2
2009-04-14util-linux-ng: Fixed dangling symlinks.Leon Woestenberg3
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko5
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>