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:
Aníbal Limón 2017-05-18 16:47:56 -05:00 committed by Saul Wold
parent 5b073d97d3
commit 5fe286fd7c

View File

@ -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+)*)"