mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-21 15:57:33 +00:00
wvdial: 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>
This commit is contained in:
parent
8d3b4848d0
commit
a8eb652918
@ -28,6 +28,10 @@ SRC_URI = "https://storage.googleapis.com/google-code-archive-downloads/v2/code.
|
||||
SRC_URI[md5sum] = "2760dac31a43d452a19a3147bfde571c"
|
||||
SRC_URI[sha256sum] = "8403f5fbf83aa9ac0c6ce15d97fd85607488152aa84e007b7d0621b8ebc07633"
|
||||
|
||||
# The code.google.com/archive page is generated using Javascript from a JSON file and does not
|
||||
# allow devtool to find the latest version
|
||||
UPSTREAM_VERSION_UNKNOWN = "1"
|
||||
|
||||
COMPATIBLE_HOST:libc-musl = "null"
|
||||
|
||||
inherit autotools-brokensep pkgconfig
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user