Age | Commit message (Collapse) | Author | Files |
|
Can be provided by busybox.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
|
|
It can be provided by busybox.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
|
|
/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.
|
|
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>
|
|
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
|
|
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
|
|
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
|
|
Signed-off-by: Marcin Juszkiewicz <marcin@buglabs.net>
|
|
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>
|
|
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>
|
|
|
|
busybox-mountall)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
* we're using libblkid from u-l-ng nowadays, but e-l was still install a .pc breaking apps checking for libblkid > 2.15
|
|
*bump INC_PR
|
|
|
|
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.
|
|
people that have sbindir == base_sbindir
|
|
* also switch to INC_PR to make Tom happy
|
|
|
|
|
|
busybox-mountall * this makes them parallel installable
|
|
do_split_packages():
* see http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-May/011212.html for more
|
|
|
|
|
|
|
|
|
|
|
|
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>
|