diff options
| author | Alexandre Truong <alexandre.truong@smile.fr> | 2024-07-19 15:25:17 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-07-24 08:56:32 -0700 |
| commit | bc6acd74ac2ccd726dfe5555a93769739631fd5b (patch) | |
| tree | 72ba4239176494c52f6d537ee6ef70547b663aa4 | |
| parent | 6414db9947723be7a71b6aad9ed63831b7ade368 (diff) | |
| download | meta-openembedded-bc6acd74ac2ccd726dfe5555a93769739631fd5b.tar.gz | |
fftw: 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>
| -rw-r--r-- | meta-oe/recipes-support/fftw/fftw_3.3.10.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/fftw/fftw_3.3.10.bb b/meta-oe/recipes-support/fftw/fftw_3.3.10.bb index af7117da7b..52122b9c0c 100644 --- a/meta-oe/recipes-support/fftw/fftw_3.3.10.bb +++ b/meta-oe/recipes-support/fftw/fftw_3.3.10.bb | |||
| @@ -11,6 +11,8 @@ SRC_URI = " \ | |||
| 11 | " | 11 | " |
| 12 | SRC_URI[sha256sum] = "56c932549852cddcfafdab3820b0200c7742675be92179e59e6215b340e26467" | 12 | SRC_URI[sha256sum] = "56c932549852cddcfafdab3820b0200c7742675be92179e59e6215b340e26467" |
| 13 | 13 | ||
| 14 | UPSTREAM_CHECK_URI = "http://www.fftw.org/download.html" | ||
| 15 | |||
| 14 | inherit autotools pkgconfig ptest | 16 | inherit autotools pkgconfig ptest |
| 15 | 17 | ||
| 16 | # we had multiple recipes in the past | 18 | # we had multiple recipes in the past |
