diff options
author | Alexandre Truong <alexandre.truong@smile.fr> | 2024-07-22 10:00:10 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-07-24 08:56:37 -0700 |
commit | dcddf88cafde76edab3d883e8ae441a423bbbd76 (patch) | |
tree | 6f06d52c116579f2a11635566034fd35faca8ef2 /meta-oe/recipes-support/libftdi | |
parent | 4669b1a5dd6b480499b0d59d7932bd563394821c (diff) | |
download | meta-openembedded-dcddf88cafde76edab3d883e8ae441a423bbbd76.tar.gz |
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>
Diffstat (limited to 'meta-oe/recipes-support/libftdi')
-rw-r--r-- | meta-oe/recipes-support/libftdi/libftdi_1.5.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libftdi/libftdi_1.5.bb b/meta-oe/recipes-support/libftdi/libftdi_1.5.bb index eae1c02f0..24dc5b228 100644 --- a/meta-oe/recipes-support/libftdi/libftdi_1.5.bb +++ b/meta-oe/recipes-support/libftdi/libftdi_1.5.bb | |||
@@ -14,6 +14,8 @@ DEPENDS = "libusb1 python3 swig-native" | |||
14 | SRC_URI = "http://www.intra2net.com/en/developer/${BPN}/download/${BPN}1-${PV}.tar.bz2" | 14 | SRC_URI = "http://www.intra2net.com/en/developer/${BPN}/download/${BPN}1-${PV}.tar.bz2" |
15 | SRC_URI[sha256sum] = "7c7091e9c86196148bd41177b4590dccb1510bfe6cea5bf7407ff194482eb049" | 15 | SRC_URI[sha256sum] = "7c7091e9c86196148bd41177b4590dccb1510bfe6cea5bf7407ff194482eb049" |
16 | 16 | ||
17 | UPSTREAM_CHECK_URI = "http://www.intra2net.com/en/developer/libftdi/download.php" | ||
18 | |||
17 | S = "${WORKDIR}/${BPN}1-${PV}" | 19 | S = "${WORKDIR}/${BPN}1-${PV}" |
18 | 20 | ||
19 | inherit cmake binconfig pkgconfig python3native | 21 | inherit cmake binconfig pkgconfig python3native |