diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-08-29 01:02:19 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-08-30 01:32:33 -0700 |
commit | ffe9fa02bbd2c27e6f0d6fc6f4a10083e6c1ca81 (patch) | |
tree | b507897cfe75c0db9ce4ed0383dc6e9917a9c3dc | |
parent | 625e7f73fc4c5f73345ab6aa4fc5280d2aaa579c (diff) | |
download | meta-openembedded-ffe9fa02bbd2c27e6f0d6fc6f4a10083e6c1ca81.tar.gz |
wvdial: Update SRC_URI to an accessible location
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-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 | " |