summaryrefslogtreecommitdiff
path: root/packages/coreutils/coreutils_6.0.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2009-03-04 16:14:27 -0800
committerKhem Raj <raj.khem@gmail.com>2009-03-04 16:14:27 -0800
commitc2f21de4041e962705e2e31dc7c50fed7877547a (patch)
treeae46e525d466ce7dc187444e72c1dd72bf178b63 /packages/coreutils/coreutils_6.0.bb
parent855818b4dd7dfb941ddca58f823336026bfc557e (diff)
coreutils-6.0: Make the install utility to honor STRIP environment variable
Diffstat (limited to 'packages/coreutils/coreutils_6.0.bb')
-rw-r--r--packages/coreutils/coreutils_6.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/coreutils/coreutils_6.0.bb b/packages/coreutils/coreutils_6.0.bb
index 4d4c049465..d0d082bc63 100644
--- a/packages/coreutils/coreutils_6.0.bb
+++ b/packages/coreutils/coreutils_6.0.bb
@@ -1,12 +1,13 @@
require coreutils.inc
-PR = "r2"
+PR = "r3"
SRC_URI = "\
ftp://alpha.gnu.org/gnu/coreutils/coreutils-${PV}.tar.bz2 \
file://man.patch;patch=1 \
file://oe-old-tools.patch;patch=1 \
file://futimens.patch;patch=1 \
+ file://coreutils-install-use-STRIP.patch;patch=1 \
file://onceonly.m4 \
"