diff options
-rw-r--r-- | meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb b/meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb index b985d39abf..473ceabcf0 100644 --- a/meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb +++ b/meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb | |||
@@ -9,7 +9,7 @@ inherit pkgconfig | |||
9 | DEPENDS = "wvstreams" | 9 | DEPENDS = "wvstreams" |
10 | RDEPENDS_${PN} = "ppp" | 10 | RDEPENDS_${PN} = "ppp" |
11 | 11 | ||
12 | SRC_URI = "http://${BPN}.googlecode.com/files/${BP}.tar.bz2 \ | 12 | SRC_URI = "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${BPN}/${BP}.tar.bz2 \ |
13 | file://typo_pon.wvdial.1.patch \ | 13 | file://typo_pon.wvdial.1.patch \ |
14 | file://musl-support.patch \ | 14 | file://musl-support.patch \ |
15 | " | 15 | " |