diff options
Diffstat (limited to 'recipes/xorg-driver/xf86-video-sis_0.10.0.bb')
-rw-r--r-- | recipes/xorg-driver/xf86-video-sis_0.10.0.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/xorg-driver/xf86-video-sis_0.10.0.bb b/recipes/xorg-driver/xf86-video-sis_0.10.0.bb index 613ed56351..162ab1d716 100644 --- a/recipes/xorg-driver/xf86-video-sis_0.10.0.bb +++ b/recipes/xorg-driver/xf86-video-sis_0.10.0.bb @@ -1,14 +1,14 @@ require xorg-driver-video.inc - DESCRIPTION = "X.Org X server -- SiS display driver" DEPENDS += " xineramaproto xf86miscproto xf86dgaproto drm xf86driproto" PE = "1" +PR = "${INC_PR}.0" + +SRC_URI[archive.md5sum] = "331d432dccccca91ec7da39ff6bf1218" +SRC_URI[archive.sha256sum] = "bcc0dcde5d469cc2500676e0ad29dcd12b1370066289902387ead762260e4b40" EXTRA_OECONF += " \ ac_cv_file__usr_include_xorg_dri_h=yes \ ac_cv_file__usr_include_xorg_sarea_h=yes \ ac_cv_file__usr_include_xorg_dristruct_h=yes \ " -SRC_URI[archive.md5sum] = "331d432dccccca91ec7da39ff6bf1218" -SRC_URI[archive.sha256sum] = "bcc0dcde5d469cc2500676e0ad29dcd12b1370066289902387ead762260e4b40" -PR = "${INC_PR}.0" |