aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/util-linux-ng/util-linux-ng_2.15.bb
AgeCommit message (Collapse)Author
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-09util-linux-ng: provide libblkid/libuuid/fsck/blkid instead of e2fsprogsMarcin Juszkiewicz
This commit is next step after e2fsprogs lost libblkid, libuuid, fsck, blkid packages. Most applications/libraries now require u-l-ng versions of uuid/blkid libraries. Also I followed Debian in moving to u-l-ng components instead of e2fsprogs ones (fsck, blkid). Recipe got cleaned up and unified. Util-linux-ng 2.17 requires fallocate64 which is glibc 2.11+ so I disabled that functionality for now. Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2009-07-02util-linux-ng: Fix compile of 2.15 for uclibcHolger Hans Peter Freyther
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: fix packaging, u-a and replace hardcoded pathsKoen Kooi
* also switch to INC_PR to make Tom happy
2009-06-05util-linux-ng: put mountall in its own package, have it RRPLACE ↵Koen Kooi
busybox-mountall * this makes them parallel installable
2009-05-19util-linux-ng: dropped use of FILESPATHMarcin Juszkiewicz
2009-05-18util-linux-ng: split out libs to avoid collision with e2fsprog-libsKoen Kooi
2009-05-18util-linux-ng 2.15: stage libblkid (yes, this used to be in e2fsprogs(-libs))Koen Kooi
2009-05-18util-linux-ng: update to 2.15Koen Kooi