summaryrefslogtreecommitdiff
path: root/recipes/util-linux-ng/util-linux-ng.inc
AgeCommit message (Collapse)AuthorFiles
2010-04-23util-linux-ng: handle chrt through alternatives tooRoman I Khimov1
Can be provided by busybox. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-04-22util-linux-ng: handle setsid through alternatives tooRoman I Khimov1
It can be provided by busybox. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-04-12util-linux-ng-blkid: proper busybox blkid replacementSergey Lapin1
/sbin/blkid is provided by both bisybox and util-linux-ng-blkid package, but at different paths. Busybox version does not accept any options (ignores), which partially leads to attempted access to /dev/mtdblock0 on OMAP architecture, which by itself leads to excess error messages from mtd layer due to different ECC methods (OMAP processor requirement for booting). If using util-linux-ng-blkid, plus a small patch to udev rules (http://markmail.org/message/454coplvll4vf3jf) this issue can be fixed.
2010-04-06util-linux-ng: ensure that LDFLAGS are clean on native buildRoman I Khimov1
uclibc-based configurations fail to build util-linux-ng-native because of "-lintl". Fix LDFLAGS for native builds. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-30util-linux-ng: enable reset commandMarcin Juszkiewicz1
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2010-03-30util-linux-ng: swapoff is symlink to swaponMarcin Juszkiewicz1
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2010-03-29util-linux-ng-native: add dependency on lzo-nativeDenys Dmytriyenko1
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-03-24util-linux-ng: add nativeMarcin Juszkiewicz1
Signed-off-by: Marcin Juszkiewicz <marcin@buglabs.net>
2010-03-11util-linux-ng: Correct vi errorMartyn Welch1
Commit bbd436a98df5d4a439e519651c38fb48d81e5a78 appears to have added a via error to "pkg_prerm_${PN}": - update-alternatives --remove pivot_root pivot_root.${PN} + update-alternatives --remove pivot_root pivot_root.${PN}i Signed-off-by: Martyn Welch <martyn.welch@ge.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
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>
2010-03-07util-linux-ng: missing PR bump after u-a changeMartin Jansa1
2010-03-07util-linux-ng: use u-a for /etc/default/mountall (collision with ↵Martin Jansa1
busybox-mountall) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-05util-linux-ng: use u-a on binaries that conflict with shadowKoen Kooi1
2010-01-24e2fsprogs-libs, util-linux-ng: sort out libblkid move some moreKoen Kooi1
* we're using libblkid from u-l-ng nowadays, but e-l was still install a .pc breaking apps checking for libblkid > 2.15
2009-10-23util-linux-ng: for chinook-compat let util-linux-ng compile with older libtoolHenning Heinold1
*bump INC_PR
2009-08-19util-linux-ng: Fixed empty packages. Provide util-linux.Stanislav Brabec1
2009-07-19e2fsprogs-libs: Add version 1.41.8 and dont provide libblkid and libuuid.Khem Raj1
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-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 Kooi1
* 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 Kooi1
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-18util-linux-ng: fix dep loopKoen Kooi1
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-04-19util-linux-ng: depend on virtual/libintl to pass building with uclibcMarcin Juszkiewicz1
2009-04-14util-linux-ng: Fixed dangling symlinks.Leon Woestenberg1
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko1
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>