From: Koen Kooi Date: Mon, 12 Nov 2007 11:36:07 +0000 (+0000) Subject: squid-native: fix typo X-Git-Tag: Release-2010-05/1~8434 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b6a6e1d3b8e269b02ec21501928b339f9a82c58;p=openembedded.git squid-native: fix typo --- diff --git a/packages/squid/squid-native_2.6.STABLE14.bb b/packages/squid/squid-native_2.6.STABLE14.bb index 0730bc15af..c8c4258275 100644 --- a/packages/squid/squid-native_2.6.STABLE14.bb +++ b/packages/squid/squid-native_2.6.STABLE14.bb @@ -1,6 +1,6 @@ inherit native autotools -SRC_URI = "http://www.squid-cache.org/Versions/v2/2.6/squid-$PV}.tar.bz2" +SRC_URI = "http://www.squid-cache.org/Versions/v2/2.6/squid-${PV}.tar.bz2" S = "${WORKDIR}/squid-${PV}" inherit native autotools