summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity
diff options
context:
space:
mode:
authorFaiz HAMMOUCHE <faiz.hammouche@smile.fr>2024-08-02 11:26:19 +0200
committerKhem Raj <raj.khem@gmail.com>2024-08-09 14:25:11 -0700
commit8d3b4848d0b84c0f4cae2c523b19e6416e74b7ae (patch)
tree65cd5829e857ff352b5c3450b52fb29ef220edeb /meta-oe/recipes-connectivity
parent9c8045fad081ff5e25a74e4b2d23bcb4dd56259a (diff)
downloadmeta-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.bb4
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 99e3ccaca..c1da15a1b 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.
16SRC_URI[md5sum] = "37e9a2d664effe4efd44c0e1a20136de" 16SRC_URI[md5sum] = "37e9a2d664effe4efd44c0e1a20136de"
17SRC_URI[sha256sum] = "99906d9560cbdbc97e1855e7b0a7169f1e11983be3ac539140423f09debced82" 17SRC_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
21UPSTREAM_VERSION_UNKNOWN = "1"
22
19COMPATIBLE_HOST:libc-musl = "null" 23COMPATIBLE_HOST:libc-musl = "null"
20EXTRA_OEMAKE = "" 24EXTRA_OEMAKE = ""
21export WVLINK="${LD}" 25export WVLINK="${LD}"