summaryrefslogtreecommitdiffstats
path: root/meta/packages/coreutils/coreutils_5.1.3.bb
diff options
context:
space:
mode:
authorChris Lord <chris@openedhand.com>2006-08-17 15:19:29 +0000
committerChris Lord <chris@openedhand.com>2006-08-17 15:19:29 +0000
commit22a7b205e4337895e6eaad5eeba596245a22bfe7 (patch)
treec00fc89bd0617cea041edc7f8fa45762a5da609f /meta/packages/coreutils/coreutils_5.1.3.bb
parentd58cfb05fa0b8d6bf93f435713995b46616330cc (diff)
downloadpoky-22a7b205e4337895e6eaad5eeba596245a22bfe7.tar.gz
Add patch to rename eaccess function in coreutils-native so it doesn't
conflict with any system-provided eaccess. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@610 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/coreutils/coreutils_5.1.3.bb')
-rw-r--r--meta/packages/coreutils/coreutils_5.1.3.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/packages/coreutils/coreutils_5.1.3.bb b/meta/packages/coreutils/coreutils_5.1.3.bb
index 31af80907d..2f7476c2dd 100644
--- a/meta/packages/coreutils/coreutils_5.1.3.bb
+++ b/meta/packages/coreutils/coreutils_5.1.3.bb
@@ -3,11 +3,12 @@ SECTION = "base"
3DESCRIPTION = "A collection of core GNU utilities." 3DESCRIPTION = "A collection of core GNU utilities."
4RREPLACES = "textutils shellutils fileutils" 4RREPLACES = "textutils shellutils fileutils"
5RPROVIDES = "textutils shellutils fileutils" 5RPROVIDES = "textutils shellutils fileutils"
6PR = "r7" 6PR = "r8"
7 7
8SRC_URI = "ftp://alpha.gnu.org/gnu/coreutils/coreutils-${PV}.tar.bz2 \ 8SRC_URI = "ftp://alpha.gnu.org/gnu/coreutils/coreutils-${PV}.tar.bz2 \
9 file://install-cross.patch;patch=1;pnum=0 \ 9 file://install-cross.patch;patch=1;pnum=0 \
10 file://man.patch;patch=1" 10 file://man.patch;patch=1 \
11 file://rename-eaccess.patch;patch=1"
11 12
12inherit autotools 13inherit autotools
13 14