From a9445693a6e2420765b2b5f9560d6f07ce0031e1 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 28 Dec 2022 08:37:08 +0100 Subject: xf86-video-vesa: update 2.5.0 -> 2.6.0 (From OE-Core rev: dc9a4800470e5651e4d13110f1091a36789e3011) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- .../xorg-driver/xf86-video-vesa_2.5.0.bb | 19 ------------------- .../xorg-driver/xf86-video-vesa_2.6.0.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 19 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.5.0.bb create mode 100644 meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.5.0.bb b/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.5.0.bb deleted file mode 100644 index 05bb905b35..0000000000 --- a/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.5.0.bb +++ /dev/null @@ -1,19 +0,0 @@ -require xorg-driver-video.inc - -LIC_FILES_CHKSUM = "file://COPYING;md5=a1f0610ebdc6f314a9fa5102a8c5c1b0" - -SUMMARY = "X.Org X server -- Generic Vesa video driver" - -DESCRIPTION = "vesa is an Xorg driver for generic VESA video cards. It \ -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." - -DEPENDS += "virtual/libx11 xorgproto libpciaccess" - -COMPATIBLE_HOST = '(i.86|x86_64).*-linux' - -RRECOMMENDS:${PN} += "xserver-xorg-module-libint10" - -SRC_URI[sha256sum] = "1f1624f3c73906801ad1bc98335a2cb5676a7a4d18e5374d9a1d18464e54c659" - diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb b/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb new file mode 100644 index 0000000000..33c2035f6b --- /dev/null +++ b/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb @@ -0,0 +1,20 @@ +require xorg-driver-video.inc + +LIC_FILES_CHKSUM = "file://COPYING;md5=a1f0610ebdc6f314a9fa5102a8c5c1b0" + +SUMMARY = "X.Org X server -- Generic Vesa video driver" + +DESCRIPTION = "vesa is an Xorg driver for generic VESA video cards. It \ +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." + +DEPENDS += "virtual/libx11 xorgproto libpciaccess" + +COMPATIBLE_HOST = '(i.86|x86_64).*-linux' + +RRECOMMENDS:${PN} += "xserver-xorg-module-libint10" + +XORG_DRIVER_COMPRESSOR = ".tar.xz" +SRC_URI[sha256sum] = "10082771b1a8f659c60b3d9b70456a4b59948a75b3cade2dfa33b8b05e549bb1" + -- cgit v1.2.3-54-g00ecf