From: Chris Larson Date: Sat, 12 Mar 2005 00:32:57 +0000 (+0000) Subject: Merge oe-devel@oe-devel.bkbits.net:openembedded X-Git-Tag: Release-2010-05/1~14644 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f29690125387e44c46a8aeb19e3cb05b0f11c7f1;p=openembedded.git Merge oe-devel@oe-devel.bkbits.net:openembedded into handhelds.org:/home/kergoth/code/openembedded 2005/03/11 19:32:34-05:00 handhelds.org!kergoth Fix the findutils build. BKrev: 423238b9pFti3sWKw9whSNehfC4aaw --- diff --git a/packages/findutils/findutils-4.1.20/m4.patch b/packages/findutils/findutils-4.1.20/make.patch similarity index 100% rename from packages/findutils/findutils-4.1.20/m4.patch rename to packages/findutils/findutils-4.1.20/make.patch diff --git a/packages/findutils/findutils_4.1.20.bb b/packages/findutils/findutils_4.1.20.bb index e69de29bb2..213e610257 100644 --- a/packages/findutils/findutils_4.1.20.bb +++ b/packages/findutils/findutils_4.1.20.bb @@ -0,0 +1,10 @@ +SECTION = "console/utils" +LICENSE = "GPL" +DESCRIPTION = "find, locate, and xargs binaries." +PR = "r1" + +SRC_URI = "ftp://alpha.gnu.org/gnu/findutils/findutils-${PV}.tar.gz \ + file://configure.patch;patch=1 \ + file://make.patch;patch=1" + +inherit autotools gettext