fuse: add UPSTREAM_CHECK_URI

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Yi Zhao 2018-05-30 14:30:09 +08:00 committed by Khem Raj
parent 8521600e1a
commit 54309afab1

View File

@ -19,6 +19,8 @@ SRC_URI = "https://github.com/libfuse/libfuse/releases/download/${BP}/${BP}.tar.
SRC_URI[md5sum] = "9bd4ce8184745fd3d000ca2692adacdb"
SRC_URI[sha256sum] = "832432d1ad4f833c20e13b57cf40ce5277a9d33e483205fc63c78111b3358874"
UPSTREAM_CHECK_URI = "https://github.com/libfuse/libfuse/releases"
inherit autotools pkgconfig update-rc.d systemd
INITSCRIPT_NAME = "fuse"