squid-native: fix typo
authorKoen Kooi <koen@openembedded.org>
Mon, 12 Nov 2007 11:36:07 +0000 (11:36 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 12 Nov 2007 11:36:07 +0000 (11:36 +0000)
packages/squid/squid-native_2.6.STABLE14.bb

index 0730bc1..c8c4258 100644 (file)
@@ -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