diff options
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r-- | meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb b/meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb index 99e3ccacac..c1da15a1b3 100644 --- a/meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb +++ b/meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb | |||
@@ -16,6 +16,10 @@ SRC_URI = "https://storage.googleapis.com/google-code-archive-downloads/v2/code. | |||
16 | SRC_URI[md5sum] = "37e9a2d664effe4efd44c0e1a20136de" | 16 | SRC_URI[md5sum] = "37e9a2d664effe4efd44c0e1a20136de" |
17 | SRC_URI[sha256sum] = "99906d9560cbdbc97e1855e7b0a7169f1e11983be3ac539140423f09debced82" | 17 | SRC_URI[sha256sum] = "99906d9560cbdbc97e1855e7b0a7169f1e11983be3ac539140423f09debced82" |
18 | 18 | ||
19 | # code.google.com/archive page is generated by javascript from JSON and does not | ||
20 | # allow devtool to find the latest version | ||
21 | UPSTREAM_VERSION_UNKNOWN = "1" | ||
22 | |||
19 | COMPATIBLE_HOST:libc-musl = "null" | 23 | COMPATIBLE_HOST:libc-musl = "null" |
20 | EXTRA_OEMAKE = "" | 24 | EXTRA_OEMAKE = "" |
21 | export WVLINK="${LD}" | 25 | export WVLINK="${LD}" |