mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-09 05:49:23 +00:00
libftdi: include UPSTREAM_CHECK_URI to fix UNKNOWN_BROKEN status
Adding UPSTREAM_CHECK_URI fix UNKNOWN_BROKEN status from running devtool check-upgrade-status. The next version of the package can be found from upstream sources. Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
This commit is contained in:
committed by
Khem Raj
parent
4669b1a5dd
commit
dcddf88caf
@@ -14,6 +14,8 @@ DEPENDS = "libusb1 python3 swig-native"
|
|||||||
SRC_URI = "http://www.intra2net.com/en/developer/${BPN}/download/${BPN}1-${PV}.tar.bz2"
|
SRC_URI = "http://www.intra2net.com/en/developer/${BPN}/download/${BPN}1-${PV}.tar.bz2"
|
||||||
SRC_URI[sha256sum] = "7c7091e9c86196148bd41177b4590dccb1510bfe6cea5bf7407ff194482eb049"
|
SRC_URI[sha256sum] = "7c7091e9c86196148bd41177b4590dccb1510bfe6cea5bf7407ff194482eb049"
|
||||||
|
|
||||||
|
UPSTREAM_CHECK_URI = "http://www.intra2net.com/en/developer/libftdi/download.php"
|
||||||
|
|
||||||
S = "${WORKDIR}/${BPN}1-${PV}"
|
S = "${WORKDIR}/${BPN}1-${PV}"
|
||||||
|
|
||||||
inherit cmake binconfig pkgconfig python3native
|
inherit cmake binconfig pkgconfig python3native
|
||||||
|
|||||||
Reference in New Issue
Block a user