diff options
| author | Alexandre Truong <alexandre.truong@smile.fr> | 2024-07-19 15:12:02 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-07-24 08:56:31 -0700 |
| commit | ac8dc83d9a416ebaa2b7cba0b48468a105b7b64d (patch) | |
| tree | 8c49315a073e20414c263c5fa44ef59f6bea5921 | |
| parent | 0e353774efd4ea3d310abef9b23e95b14f5bfae8 (diff) | |
| download | meta-openembedded-ac8dc83d9a416ebaa2b7cba0b48468a105b7b64d.tar.gz | |
daemontools: 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/daemontools/daemontools_0.76.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/daemontools/daemontools_0.76.bb b/meta-oe/recipes-support/daemontools/daemontools_0.76.bb index 73d995c87c..6561a4ae02 100644 --- a/meta-oe/recipes-support/daemontools/daemontools_0.76.bb +++ b/meta-oe/recipes-support/daemontools/daemontools_0.76.bb | |||
| @@ -29,6 +29,8 @@ SRC_URI = "http://cr.yp.to/daemontools/${BPN}-${PV}.tar.gz \ | |||
| 29 | SRC_URI[md5sum] = "1871af2453d6e464034968a0fbcb2bfc" | 29 | SRC_URI[md5sum] = "1871af2453d6e464034968a0fbcb2bfc" |
| 30 | SRC_URI[sha256sum] = "a55535012b2be7a52dcd9eccabb9a198b13be50d0384143bd3b32b8710df4c1f" | 30 | SRC_URI[sha256sum] = "a55535012b2be7a52dcd9eccabb9a198b13be50d0384143bd3b32b8710df4c1f" |
| 31 | 31 | ||
| 32 | UPSTREAM_CHECK_URI = "http://cr.yp.to/daemontools/install.html" | ||
| 33 | |||
| 32 | S = "${WORKDIR}/admin/${BP}" | 34 | S = "${WORKDIR}/admin/${BP}" |
| 33 | 35 | ||
| 34 | do_compile() { | 36 | do_compile() { |
