diff options
author | Koen Kooi <koen@openembedded.org> | 2007-11-12 11:36:07 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-11-12 11:36:07 +0000 |
commit | 2b6a6e1d3b8e269b02ec21501928b339f9a82c58 (patch) | |
tree | 71dab5ac3af84d2b9f8a360f0d120814a5f5411b /packages/squid/squid-native_2.6.STABLE14.bb | |
parent | 93ce1cb0988553da44610a7e584880449c962252 (diff) |
squid-native: fix typo
Diffstat (limited to 'packages/squid/squid-native_2.6.STABLE14.bb')
-rw-r--r-- | packages/squid/squid-native_2.6.STABLE14.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |