From: Henning Heinold Date: Thu, 8 May 2008 21:28:46 +0000 (+0000) Subject: uclibc_svn: fix glitch with double file:// X-Git-Tag: Release-2010-05/1~6981 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=052f30fc08d8513b0f3b2899c27ea1af905be51c;p=openembedded.git uclibc_svn: fix glitch with double file:// --- diff --git a/packages/uclibc/uclibc_svn.bb b/packages/uclibc/uclibc_svn.bb index 6d4132ac8a..92181b2815 100644 --- a/packages/uclibc/uclibc_svn.bb +++ b/packages/uclibc/uclibc_svn.bb @@ -32,7 +32,7 @@ SRC_URI += "svn://uclibc.org/trunk;module=uClibc \ file://errno_values.h.patch;patch=1 \ file://build_wcs_upper_buffer.patch;patch=1 \ file://arm_fix_alignment.patch;patch=1 \ - file://file://unistd_arm.patch;patch=1 \ + file://unistd_arm.patch;patch=1 \ " S = "${WORKDIR}/uClibc"