mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
thermald,iucode-tool,libyami: Add UPSTREAM_CHECK_ variables
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 <anibal.limon@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
parent
ca8695a4fd
commit
4b83cea79a
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -29,3 +29,5 @@ inherit autotools
|
|||
BBCLASSEXTEND = "native"
|
||||
|
||||
COMPATIBLE_HOST = "(i.86|x86_64).*-linux"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://gitlab.com/iucode-tool/releases"
|
||||
|
|
|
|||
|
|
@ -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<pver>\d+(\.\d+)+)"
|
||||
|
|
|
|||
|
|
@ -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<pver>\d+(\.\d+)+)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user