From 001fce209651da9edd7d384b26bd093c840c0d94 Mon Sep 17 00:00:00 2001 From: Laurentiu Palcu Date: Wed, 13 Feb 2013 10:34:29 +0200 Subject: xf86-video-intel: upgrade to 2.21.0 (From OE-Core rev: 7bdc27511c9129e35caf1bdc0df37b382f1b5b98) Signed-off-by: Laurentiu Palcu Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- .../xorg-driver/xf86-video-intel_2.20.17.bb | 27 ---------------------- .../xorg-driver/xf86-video-intel_2.21.0.bb | 27 ++++++++++++++++++++++ 2 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-driver/xf86-video-intel_2.20.17.bb create mode 100644 meta/recipes-graphics/xorg-driver/xf86-video-intel_2.21.0.bb diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.20.17.bb b/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.20.17.bb deleted file mode 100644 index c371796678..0000000000 --- a/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.20.17.bb +++ /dev/null @@ -1,27 +0,0 @@ -require xorg-driver-video.inc - -SUMMARY = "X.Org X server -- Intel integrated graphics chipsets driver" - -DESCRIPTION = "intel is an Xorg driver for Intel integrated graphics \ -chipsets. The driver supports depths 8, 15, 16 and 24. On some chipsets, \ -the driver supports hardware accelerated 3D via the Direct Rendering \ -Infrastructure (DRI)." - -LIC_FILES_CHKSUM = "file://COPYING;md5=8730ad58d11c7bbad9a7066d69f7808e" - -PR = "${INC_PR}.0" - -DEPENDS += "virtual/libx11 drm xf86driproto glproto \ - virtual/libgl xineramaproto xf86driproto libpciaccess" - -PACKAGECONFIG ??= "" -PACKAGECONFIG[sna] = "--enable-sna,--disable-sna" -PACKAGECONFIG[xvmc] = "--enable-xvmc,--disable-xvmc,libxvmc" - -# --enable-kms-only option is required by ROOTLESS_X -EXTRA_OECONF += '${@base_conditional( "ROOTLESS_X", "1", " --enable-kms-only", "", d )}' - -COMPATIBLE_HOST = '(i.86|x86_64).*-linux' - -SRC_URI[md5sum] = "b76a8ad65b3f6f2f5e0842a55abbffbd" -SRC_URI[sha256sum] = "0bf5e9bd82b2643e06503665545f5cc8c3e24ab48ca4fe84f4e9e7ebbb9e7dbc" diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.21.0.bb b/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.21.0.bb new file mode 100644 index 0000000000..157e0f3edf --- /dev/null +++ b/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.21.0.bb @@ -0,0 +1,27 @@ +require xorg-driver-video.inc + +SUMMARY = "X.Org X server -- Intel integrated graphics chipsets driver" + +DESCRIPTION = "intel is an Xorg driver for Intel integrated graphics \ +chipsets. The driver supports depths 8, 15, 16 and 24. On some chipsets, \ +the driver supports hardware accelerated 3D via the Direct Rendering \ +Infrastructure (DRI)." + +LIC_FILES_CHKSUM = "file://COPYING;md5=8730ad58d11c7bbad9a7066d69f7808e" + +PR = "${INC_PR}.0" + +DEPENDS += "virtual/libx11 drm xf86driproto glproto \ + virtual/libgl xineramaproto xf86driproto libpciaccess" + +PACKAGECONFIG ??= "" +PACKAGECONFIG[sna] = "--enable-sna,--disable-sna" +PACKAGECONFIG[xvmc] = "--enable-xvmc,--disable-xvmc,libxvmc" + +# --enable-kms-only option is required by ROOTLESS_X +EXTRA_OECONF += '${@base_conditional( "ROOTLESS_X", "1", " --enable-kms-only", "", d )}' + +COMPATIBLE_HOST = '(i.86|x86_64).*-linux' + +SRC_URI[md5sum] = "f029cc261fca75b32ba85b9c4189db88" +SRC_URI[sha256sum] = "d872adef06cbf1a4434811baad4b8a18feacc6633b59b36557e8d7db7161081c" -- cgit v1.2.3-54-g00ecf