Age | Commit message (Collapse) | Author | Files |
|
added a defined for nios2 so it now also compiles for nios2
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|