diff options
author | Armin Kuster <akuster@mvista.com> | 2018-04-03 18:49:15 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-04 09:54:54 +0100 |
commit | 9f4fc40ee19c6555dac8c387272775d2722d4291 (patch) | |
tree | addc6abf16cab738cfa88fdf07b55bad4de51681 | |
parent | 486b85ced3d309978558cf01dece4f5c1982013e (diff) | |
download | openembedded-core-9f4fc40ee19c6555dac8c387272775d2722d4291.tar.gz |
xf86-video-vesa: update 2.4.0 update
Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.4.0.bb (renamed from meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.4.bb) | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.4.bb b/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.4.0.bb index fa251b50ea..5c1356de55 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.4.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.4.0.bb @@ -9,13 +9,11 @@ can drive most VESA-compatible video cards, but only makes use of the \ basic standard VESA core that is common to these cards. The driver \ supports depths 8, 15 16 and 24." -PR = "${INC_PR}.0" - DEPENDS += "virtual/libx11 randrproto libpciaccess" COMPATIBLE_HOST = '(i.86|x86_64).*-linux' RRECOMMENDS_${PN} += "xserver-xorg-module-libint10" -SRC_URI[md5sum] = "a893c37c589f7a31cea929a5d896a0e2" -SRC_URI[sha256sum] = "7bddf4d879dd6f67088ecb203a31e12334aab980174bd0909930a21f32e251c1" +SRC_URI[md5sum] = "8134201beaf6f77150c7809c3cc802e6" +SRC_URI[sha256sum] = "bf443c94d7bf6cd4e248f8a3147f4647be04dc4c80250d9405006263bbdee38c" |