diff options
4 files changed, 9 insertions, 0 deletions
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} = " \ | |||
31 | ${sysconfdir}/thermald/thermal-conf.xml \ | 31 | ${sysconfdir}/thermald/thermal-conf.xml \ |
32 | ${sysconfdir}/thermald/thermal-cpu-cdev-order.xml \ | 32 | ${sysconfdir}/thermald/thermal-cpu-cdev-order.xml \ |
33 | " | 33 | " |
34 | |||
35 | 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 | |||
29 | BBCLASSEXTEND = "native" | 29 | BBCLASSEXTEND = "native" |
30 | 30 | ||
31 | COMPATIBLE_HOST = "(i.86|x86_64).*-linux" | 31 | COMPATIBLE_HOST = "(i.86|x86_64).*-linux" |
32 | |||
33 | 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)}" | |||
28 | # gles-tests fail to build without x11: see https://github.com/01org/libyami-utils/issues/91 | 28 | # gles-tests fail to build without x11: see https://github.com/01org/libyami-utils/issues/91 |
29 | PACKAGECONFIG[x11] = "--enable-x11 --enable-tests-gles,--disable-x11 --disable-tests-gles, virtual/libx11" | 29 | PACKAGECONFIG[x11] = "--enable-x11 --enable-tests-gles,--disable-x11 --disable-tests-gles, virtual/libx11" |
30 | 30 | ||
31 | UPSTREAM_CHECK_URI = "http://github.com/01org/libyami-utils/releases" | ||
32 | UPSTREAM_CHECK_REGEX = "(?P<pver>\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" | |||
22 | inherit autotools pkgconfig distro_features_check | 22 | inherit autotools pkgconfig distro_features_check |
23 | 23 | ||
24 | REQUIRED_DISTRO_FEATURES = "opengl" | 24 | REQUIRED_DISTRO_FEATURES = "opengl" |
25 | |||
26 | UPSTREAM_CHECK_URI = "https://github.com/01org/libyami/releases" | ||
27 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" | ||