diff options
author | Faiz HAMMOUCHE <faiz.hammouche@smile.fr> | 2024-08-02 11:26:19 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-08-09 14:25:11 -0700 |
commit | 8d3b4848d0b84c0f4cae2c523b19e6416e74b7ae (patch) | |
tree | 65cd5829e857ff352b5c3450b52fb29ef220edeb /meta-oe/recipes-connectivity | |
parent | 9c8045fad081ff5e25a74e4b2d23bcb4dd56259a (diff) | |
download | meta-openembedded-8d3b4848d0b84c0f4cae2c523b19e6416e74b7ae.tar.gz |
wvstrams: Unmaintained upstream, add UPSTREAM_VERSION_UNKNOWN
Add UPSTREAM_VERSION_UNKNOWN in the recipe because it is unmaintained upstream
and the current SRC_URI host (code.google.com/archive) page is generated by
javascript from JSON and does not allow devtool to find the latest version.
Signed-off-by: Faiz HAMMOUCHE <faiz.hammouche@smile.fr>
Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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}" |