diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2014-03-07 14:33:05 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-11 08:11:41 -0700 |
commit | fe8140636b86f6c1b6418f297e9ae990024a0985 (patch) | |
tree | 9edb609a63f6aebcb4aa2f601e451812054a1090 /meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb | |
parent | a3f0852b1460188a7f95fb9079e665797fc63f7c (diff) | |
download | poky-fe8140636b86f6c1b6418f297e9ae990024a0985.tar.gz |
xf86-video-intel: add recipe for 2.99.910, remove the git one
Intel graphics stack releases >= 2013Q3 need
xf86-video-intel >= 2.99.902. However, keep the stable release around
too, in case people need it.
The git recipe is not really used. Remove, since it has missing
PACKAGECONFIG, license checksums and so on.
(From OE-Core rev: f707b6d81d2548e1bc8effdf267d1e40cc2cb806)
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb')
-rw-r--r-- | meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb | 23 |
1 files changed, 0 insertions, 23 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 deleted file mode 100644 index d4c7654938..0000000000 --- a/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | require xorg-driver-video.inc | ||
2 | |||
3 | SUMMARY = "X.Org X server -- Intel integrated graphics chipsets driver" | ||
4 | |||
5 | DESCRIPTION = "intel is an Xorg driver for Intel integrated graphics \ | ||
6 | chipsets. The driver supports depths 8, 15, 16 and 24. On some chipsets, \ | ||
7 | the driver supports hardware accelerated 3D via the Direct Rendering \ | ||
8 | Infrastructure (DRI)." | ||
9 | |||
10 | DEPENDS += "virtual/libx11 drm dri2proto glproto \ | ||
11 | virtual/libgl xineramaproto libpciaccess udev" | ||
12 | |||
13 | SRCREV = "87ea531c5dc5b39809395b277c330854aaaaf019" | ||
14 | PV = "2.10.0+git${SRCPV}" | ||
15 | PR = "${INC_PR}.1" | ||
16 | |||
17 | EXTRA_OECONF += "--disable-xvmc --enable-dri --disable-static" | ||
18 | |||
19 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-video-intel" | ||
20 | |||
21 | S = "${WORKDIR}/git" | ||
22 | |||
23 | COMPATIBLE_HOST = '(i.86|x86_64).*-linux' | ||