mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
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[sha256sum] = "7c7091e9c86196148bd41177b4590dccb1510bfe6cea5bf7407ff194482eb049"
|
||||
|
||||
UPSTREAM_CHECK_URI = "http://www.intra2net.com/en/developer/libftdi/download.php"
|
||||
|
||||
S = "${WORKDIR}/${BPN}1-${PV}"
|
||||
|
||||
inherit cmake binconfig pkgconfig python3native
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user