mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
libva-intel-driver: Set UPSTREAM_CHECK_GITTAGREGEX
This regex is used to figure out what version are on upstream, in order to avoid detect alpha versions set it. 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
5b073d97d3
commit
5fe286fd7c
|
|
@ -31,3 +31,5 @@ PACKAGECONFIG[wayland] = "--enable-wayland,--disable-wayland,wayland wayland-nat
|
|||
FILES_${PN} += "${libdir}/dri/*.so"
|
||||
FILES_${PN}-dev += "${libdir}/dri/*.la"
|
||||
FILES_${PN}-dbg += "${libdir}/dri/.debug"
|
||||
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+(\.\d+)*)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user