From 4b83cea79a662d8061211b0db6d465cd474a974a Mon Sep 17 00:00:00 2001 From: Aníbal Limón Date: Mon, 1 May 2017 15:30:20 -0500 Subject: thermald,iucode-tool,libyami: Add UPSTREAM_CHECK_ variables MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These variables are used by checkpkg task to figure out if there are a new version of the upstream software. Signed-off-by: Aníbal Limón Signed-off-by: Saul Wold --- common/recipes-bsp/thermald/thermald_1.5.4.bb | 2 ++ common/recipes-core/microcode/iucode-tool_2.1.1.bb | 2 ++ common/recipes-multimedia/libyami/libyami-utils_1.1.0.bb | 2 ++ common/recipes-multimedia/libyami/libyami_1.1.0.bb | 3 +++ 4 files changed, 9 insertions(+) diff --git a/common/recipes-bsp/thermald/thermald_1.5.4.bb b/common/recipes-bsp/thermald/thermald_1.5.4.bb index 81b1b314..9bde8966 100644 --- a/common/recipes-bsp/thermald/thermald_1.5.4.bb +++ b/common/recipes-bsp/thermald/thermald_1.5.4.bb @@ -31,3 +31,5 @@ CONFFILES_${PN} = " \ ${sysconfdir}/thermald/thermal-conf.xml \ ${sysconfdir}/thermald/thermal-cpu-cdev-order.xml \ " + +UPSTREAM_CHECK_URI = "https://github.com/01org/thermal_daemon/releases" diff --git a/common/recipes-core/microcode/iucode-tool_2.1.1.bb b/common/recipes-core/microcode/iucode-tool_2.1.1.bb index 5b216992..66cb0f94 100644 --- a/common/recipes-core/microcode/iucode-tool_2.1.1.bb +++ b/common/recipes-core/microcode/iucode-tool_2.1.1.bb @@ -29,3 +29,5 @@ inherit autotools BBCLASSEXTEND = "native" COMPATIBLE_HOST = "(i.86|x86_64).*-linux" + +UPSTREAM_CHECK_URI = "https://gitlab.com/iucode-tool/releases" diff --git a/common/recipes-multimedia/libyami/libyami-utils_1.1.0.bb b/common/recipes-multimedia/libyami/libyami-utils_1.1.0.bb index b069628c..4c1dceb9 100755 --- a/common/recipes-multimedia/libyami/libyami-utils_1.1.0.bb +++ b/common/recipes-multimedia/libyami/libyami-utils_1.1.0.bb @@ -28,3 +28,5 @@ PACKAGECONFIG = "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" # gles-tests fail to build without x11: see https://github.com/01org/libyami-utils/issues/91 PACKAGECONFIG[x11] = "--enable-x11 --enable-tests-gles,--disable-x11 --disable-tests-gles, virtual/libx11" +UPSTREAM_CHECK_URI = "http://github.com/01org/libyami-utils/releases" +UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)" diff --git a/common/recipes-multimedia/libyami/libyami_1.1.0.bb b/common/recipes-multimedia/libyami/libyami_1.1.0.bb index 077c2116..8efd6f9e 100755 --- a/common/recipes-multimedia/libyami/libyami_1.1.0.bb +++ b/common/recipes-multimedia/libyami/libyami_1.1.0.bb @@ -22,3 +22,6 @@ DEPENDS = "libva" inherit autotools pkgconfig distro_features_check REQUIRED_DISTRO_FEATURES = "opengl" + +UPSTREAM_CHECK_URI = "https://github.com/01org/libyami/releases" +UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)" -- cgit v1.2.3-54-g00ecf