diff options
author | Jonathan Liu <net147@gmail.com> | 2013-08-23 13:38:24 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-09-03 19:12:39 +0200 |
commit | 816d03b9957b7b4ed6bfb5e312497e3261fe8b81 (patch) | |
tree | dc53709d590bf7102a4267c60d76c87c75a43720 | |
parent | 3671cffbb6183a67a60591c5feeca43665770242 (diff) | |
download | meta-openembedded-816d03b9957b7b4ed6bfb5e312497e3261fe8b81.tar.gz |
xf86-video-ati: new recipe
Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_7.2.0.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_7.2.0.bb b/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_7.2.0.bb new file mode 100644 index 000000000..7703a17f1 --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_7.2.0.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | require recipes-graphics/xorg-driver/xorg-driver-video.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=aabff1606551f9461ccf567739af63dc" | ||
4 | |||
5 | SUMMARY = "X.Org X server -- ATI Radeon video driver" | ||
6 | |||
7 | DESCRIPTION = "Open-source X.org graphics driver for ATI Radeon graphics" | ||
8 | |||
9 | DEPENDS += "virtual/libx11 libxvmc drm xf86driproto glproto \ | ||
10 | virtual/libgl xineramaproto libpciaccess" | ||
11 | |||
12 | COMPATIBLE_HOST = '(i.86|x86_64).*-linux' | ||
13 | |||
14 | SRC_URI[md5sum] = "5ab9a826699e5c86ef89fca43ebb3821" | ||
15 | SRC_URI[sha256sum] = "f30f5efdc8d7d18d06eda7ef2f91a8b7290f1cfbf6ff26362cd47ab8969daec4" | ||