aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/util-linux-ng/util-linux-ng_2.17.bb
AgeCommit message (Collapse)Author
2011-01-04util-linux-ng: Clean up native config bits.Tom Rini
We don't need the ncurses stuff for how we use this, so disable it (and bump INC_PR). In util-linux-ng_2.17.bb the override to add some bits to the native recipe was killing all of the other parts so change the syntax so it doesn't, and set PR=INC_PR (now that INC_PR is bumped). Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-11-29util-linux-ng_2.17.bb: Fix for uClibc when DISTRO_FEATURES lacks "largefile".Graham Gower
../shlibs/blkid/src/.libs/libblkid.so: undefined reference to `lseek64' Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Eric BĂ©nard <eric@eukrea.com>
2010-07-07util-linux-ng: added || defined(__nios2__)Frans Meulenbroeks
added a defined for nios2 so it now also compiles for nios2 Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@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-29util-linux-ng: disable building fallocate and chgrp-ing wall for -nativeDenys Dmytriyenko
Fixes following build/install errors on Ubuntu 8.04: 1. Cannot find linux/falloc.h header 2. Cannot chgrp tty wall on install Signed-off-by: Denys Dmytriyenko <denis@denix.org>
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>