diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-27 11:17:03 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-27 11:25:19 +0200 |
commit | 3b039e5c54265c5e1e254736687ad1cefed8f534 (patch) | |
tree | 02ad3b2a6e4661b12d1f1e19495f550daea27060 /recipes/xorg-driver/xf86-video-nsc_2.8.2.bb | |
parent | c7e19744c13a4d5e7e9739cc2d8827b4d88fa4ac (diff) |
xorg-driver: oe-stylize
* please note that COMPATIBLE_HOST = 'value' is oe-stylized to
"'value'", should be fixed in oe-stylize script
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-driver/xf86-video-nsc_2.8.2.bb')
-rw-r--r-- | recipes/xorg-driver/xf86-video-nsc_2.8.2.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/xorg-driver/xf86-video-nsc_2.8.2.bb b/recipes/xorg-driver/xf86-video-nsc_2.8.2.bb index 1cfe8af7d4..8c1893f4cc 100644 --- a/recipes/xorg-driver/xf86-video-nsc_2.8.2.bb +++ b/recipes/xorg-driver/xf86-video-nsc_2.8.2.bb @@ -1,11 +1,11 @@ require xorg-driver-video.inc +DEPENDS += " xf86dgaproto" PE = "1" +PR = "${INC_PR}.0" -DEPENDS += " xf86dgaproto" +SRC_URI[archive.md5sum] = "1fbdd5e9b5508b032c0102f72d1e555c" +SRC_URI[archive.sha256sum] = "060493a9dcad81e8912381d2a8d14a3e32a34414296a089756868f3442103c8c" # This driver is broken because it's seldom updated. It compiles # but fails to communicate with the card without this deprecated define. EXTRA_OEMAKE += "CFLAGS+=-DXFree86Server" -SRC_URI[archive.md5sum] = "1fbdd5e9b5508b032c0102f72d1e555c" -SRC_URI[archive.sha256sum] = "060493a9dcad81e8912381d2a8d14a3e32a34414296a089756868f3442103c8c" -PR = "${INC_PR}.0" |