oidn: fix upstream check

Parse the github releases page instead to check the latest version.

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
Anuj Mittal 2021-08-27 09:04:27 +08:00
parent ef726f1ba8
commit 224b7c7511

View File

@ -18,3 +18,5 @@ SRC_URI[sha256sum] = "9088966685a78adf24b8de075d66e4c0019bd7b2b9d29c6e45aaf35d29
inherit cmake
DEPENDS += "tbb ispc-native"
UPSTREAM_CHECK_URI = "https://github.com/OpenImageDenoise/oidn/releases"