diff options
| author | Adrian Bunk <bunk@stusta.de> | 2019-08-01 20:20:56 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-08-02 18:04:41 -0700 |
| commit | dab0e88e22f0a90409cd032f92d48d16564d4b57 (patch) | |
| tree | 9917decd833fb71c06b4446f508cb2c32ddf0151 /meta-oe/recipes-support/libmicrohttpd | |
| parent | dd60555cd3030e0b42a8b6eea2161308433f7c7a (diff) | |
| download | meta-openembedded-dab0e88e22f0a90409cd032f92d48d16564d4b57.tar.gz | |
meta-oe: Use GNU_MIRROR in more recipes
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libmicrohttpd')
| -rw-r--r-- | meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.59.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.59.bb b/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.59.bb index b44c66af7e..7e50edf7b2 100644 --- a/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.59.bb +++ b/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.59.bb | |||
| @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=9331186f4f80db7da0e724bdd6554ee5" | |||
| 5 | SECTION = "net" | 5 | SECTION = "net" |
| 6 | DEPENDS = "file" | 6 | DEPENDS = "file" |
| 7 | 7 | ||
| 8 | SRC_URI = "http://ftp.gnu.org/gnu/libmicrohttpd/${BPN}-${PV}.tar.gz" | 8 | SRC_URI = "${GNU_MIRROR}/libmicrohttpd/${BPN}-${PV}.tar.gz" |
| 9 | SRC_URI[md5sum] = "8ab5123535549195aff19e91b4e49f48" | 9 | SRC_URI[md5sum] = "8ab5123535549195aff19e91b4e49f48" |
| 10 | SRC_URI[sha256sum] = "9b9ccd7d0b11b0e179f1f58dc2caa3e0c62c8609e1e1dc7dcaadf941b67d923c" | 10 | SRC_URI[sha256sum] = "9b9ccd7d0b11b0e179f1f58dc2caa3e0c62c8609e1e1dc7dcaadf941b67d923c" |
| 11 | 11 | ||
