From 535777c244a0277d692e6651b36ab168c3eed58e Mon Sep 17 00:00:00 2001 From: Jamie Lenehan Date: Thu, 17 May 2007 04:15:09 +0000 Subject: grep 2.5.1: Fix for uclibc. Grep uses __mempcpy which glibc provides but uclibc doesn't. Since both glibc and uclibc provide the mempcpy version use that instead. --- packages/grep/grep_2.5.1.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'packages/grep/grep_2.5.1.bb') diff --git a/packages/grep/grep_2.5.1.bb b/packages/grep/grep_2.5.1.bb index 7bcabef167..6d184b8c4c 100644 --- a/packages/grep/grep_2.5.1.bb +++ b/packages/grep/grep_2.5.1.bb @@ -1,9 +1,10 @@ LICENSE = "GPL" SECTION = "console/utils" DESCRIPTION = "grep GNU utility" -PR = "r1" +PR = "r2" -SRC_URI = "${GNU_MIRROR}/grep/grep-${PV}.tar.bz2" +SRC_URI = "${GNU_MIRROR}/grep/grep-${PV}.tar.bz2 \ + file://uclibc-fix.patch;patch=1" inherit autotools -- cgit v1.2.3