diff options
author | Stanislav Brabec <utx@penguin.cz> | 2007-07-18 17:54:17 +0000 |
---|---|---|
committer | Philippe De Swert <philippedeswert@scarlet.be> | 2007-07-18 17:54:17 +0000 |
commit | 697c6f1d580d46cfb87e0813fa3fc5a05a5bb790 (patch) | |
tree | 16587c5752dc4a7e2260a6241da5a934f1e262c2 /packages/coreutils/coreutils_5.3.0.bb | |
parent | 0772c3749d33cf0a5858f5d966ab5f2cb8a8ae7e (diff) |
coreutils 0.5.3: fix build issue with glibc-6 bug #2553
* bumped revision to r2
* applied patch from Stanislav Brabec <utx@penguin.cz>
* fixes bug http://bugs.openembedded.org/show_bug.cgi?id=2553
Diffstat (limited to 'packages/coreutils/coreutils_5.3.0.bb')
-rw-r--r-- | packages/coreutils/coreutils_5.3.0.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/coreutils/coreutils_5.3.0.bb b/packages/coreutils/coreutils_5.3.0.bb index 61d25543ab..42ac2c15af 100644 --- a/packages/coreutils/coreutils_5.3.0.bb +++ b/packages/coreutils/coreutils_5.3.0.bb @@ -1,12 +1,13 @@ require coreutils.inc -PR = "r1" +PR = "r2" SRC_URI = "ftp://alpha.gnu.org/gnu/coreutils/coreutils-${PV}.tar.bz2 \ file://install-cross.patch;patch=1;pnum=0 \ file://man.patch;patch=1 \ file://rename-tee-for-glibc2.5.patch;patch=1 \ - file://uptime-pow-lib.patch;patch=1" + file://uptime-pow-lib.patch;patch=1 \ + file://futimens.patch;patch=1" # [ gets a special treatment and is not included in this bindir_progs = "basename cksum comm csplit cut dir dircolors dirname du \ |