[gnome-continuous-yocto/gnomeostree-3.28-rocko: 3820/8267] xf86-video-intel: fix upstream version check



commit b76530c96e8df6c8c525f6d5c54a9c9f57d7ff11
Author: Alexander Kanavin <alexander kanavin linux intel com>
Date:   Thu Dec 15 14:48:09 2016 +0200

    xf86-video-intel: fix upstream version check
    
    Even though upstream hasn't tagged new versions for a long while,
    we should not report a bogus tag as something that can be updated to.
    
    (From OE-Core rev: e16e4892368ec2475853d69332f3732dbf7b06cd)
    
    (From OE-Core rev: c4b71ff17f630d5289a8105ec9465ff29ecd0e6c)
    
    Signed-off-by: Alexander Kanavin <alexander kanavin linux intel com>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 .../xorg-driver/xf86-video-intel_git.bb            |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb 
b/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb
index 06cc730..3fd6c63 100644
--- a/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb
+++ b/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb
@@ -20,6 +20,7 @@ SRC_URI = "git://anongit.freedesktop.org/xorg/driver/xf86-video-intel \
 
 SRC_URI[md5sum] = "fa196a66e52c0c624fe5d350af7a5e7b"
 SRC_URI[sha256sum] = "00b781eea055582820a123c47b62411bdf6aabf4f03dc0568faec55faf9667c9"
+UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
 
 DEPENDS += "virtual/libx11 drm libpciaccess pixman"
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]