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-mach64_6.8.0.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-mach64_6.8.0.bb')
-rw-r--r-- | recipes/xorg-driver/xf86-video-mach64_6.8.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/xorg-driver/xf86-video-mach64_6.8.0.bb b/recipes/xorg-driver/xf86-video-mach64_6.8.0.bb index 99c143f004..8152ac1f7a 100644 --- a/recipes/xorg-driver/xf86-video-mach64_6.8.0.bb +++ b/recipes/xorg-driver/xf86-video-mach64_6.8.0.bb @@ -1,8 +1,8 @@ require xorg-driver-video.inc - DESCRIPTION = "X.Org X server -- Intel i8xx, i9xx display driver" DEPENDS += " virtual/libx11 libxvmc drm xf86driproto" PE = "1" +PR = "${INC_PR}.0" + SRC_URI[archive.md5sum] = "6081b8fa50c689d51f85c2fbaf93867e" SRC_URI[archive.sha256sum] = "fba616f88d351759e00a90965e38a0d82608698ae36fc2a18df4036cd384e1a1" -PR = "${INC_PR}.0" |