summaryrefslogtreecommitdiff
path: root/recipes/util-linux-ng/util-linux-ng_2.15.bb
AgeCommit message (Collapse)AuthorFiles
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa1
* 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 Juszkiewicz1
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 Freyther1
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 Kooi1
* also switch to INC_PR to make Tom happy
2009-06-05util-linux-ng: put mountall in its own package, have it RRPLACE ↵Koen Kooi1
busybox-mountall * this makes them parallel installable
2009-05-19util-linux-ng: dropped use of FILESPATHMarcin Juszkiewicz1
2009-05-18util-linux-ng: split out libs to avoid collision with e2fsprog-libsKoen Kooi1
2009-05-18util-linux-ng 2.15: stage libblkid (yes, this used to be in e2fsprogs(-libs))Koen Kooi1
2009-05-18util-linux-ng: update to 2.15Koen Kooi1