[oe-commits] org.oe.dev squid-native: fix typo

koen commit openembedded-commits at lists.openembedded.org
Mon Nov 12 11:59:36 UTC 2007


squid-native: fix typo

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 0fbe6dd5219003d8c083ca0b3809fc3c4913f2da
ViewMTN: http://monotone.openembedded.org/revision/info/0fbe6dd5219003d8c083ca0b3809fc3c4913f2da
Files:
1
packages/squid/squid-native_2.6.STABLE14.bb
Diffs:

#
# mt diff -rec004dc23e2690ed59a73642e532d4a4c1118679 -r0fbe6dd5219003d8c083ca0b3809fc3c4913f2da
#
# 
# 
# patch "packages/squid/squid-native_2.6.STABLE14.bb"
#  from [1169cadac256342674c3cd23becc516abb03b031]
#    to [1172f29b0c10317874bdc571c8d3f5ff1b162d49]
# 
============================================================
--- packages/squid/squid-native_2.6.STABLE14.bb	1169cadac256342674c3cd23becc516abb03b031
+++ packages/squid/squid-native_2.6.STABLE14.bb	1172f29b0c10317874bdc571c8d3f5ff1b162d49
@@ -1,6 +1,6 @@ inherit native autotools
 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






More information about the Openembedded-commits mailing list