diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2011-09-30 09:27:18 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-04 13:46:22 +0100 |
commit | 7047b873e471fba454e70f4365f9b7f5247c2f3c (patch) | |
tree | 7c07c614c371f85732e2217e74ede62aa2401c93 /meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.0.bb | |
parent | b887e7fd3f25a8a5d675cbd4470c5bc6c780e0b5 (diff) | |
download | poky-7047b873e471fba454e70f4365f9b7f5247c2f3c.tar.gz |
xorg-driver: rename .inc files and merge some changes from meta-oe
* use INC_PR
* use BPN directly instead of XORG_PN
(From OE-Core rev: 7920cc4b43f139d023b52a71c2407f5295347618)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.0.bb')
-rw-r--r-- | meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.0.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.0.bb b/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.0.bb index 474c77950a..30e3dee325 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.0.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.0.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | require xf86-video-common.inc | 1 | require xorg-driver-video.inc |
2 | 2 | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=e5418e7a75e21268637984e70265e146" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=e5418e7a75e21268637984e70265e146" |
4 | 4 | ||
@@ -11,6 +11,8 @@ can drive most VESA-compatible video cards, but only makes use of the \ | |||
11 | basic standard VESA core that is common to these cards. The driver \ | 11 | basic standard VESA core that is common to these cards. The driver \ |
12 | supports depths 8, 15 16 and 24." | 12 | supports depths 8, 15 16 and 24." |
13 | 13 | ||
14 | PR = "${INC_PR}.0" | ||
15 | |||
14 | DEPENDS += "virtual/libx11 libxvmc drm xf86driproto glproto \ | 16 | DEPENDS += "virtual/libx11 libxvmc drm xf86driproto glproto \ |
15 | virtual/libgl xineramaproto xf86driproto libpciaccess" | 17 | virtual/libgl xineramaproto xf86driproto libpciaccess" |
16 | 18 | ||