diff options
Diffstat (limited to 'recipes/xorg-driver/xf86-video-apm_1.2.2.bb')
-rw-r--r-- | recipes/xorg-driver/xf86-video-apm_1.2.2.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes/xorg-driver/xf86-video-apm_1.2.2.bb b/recipes/xorg-driver/xf86-video-apm_1.2.2.bb index acd776ebdc..12e0dc218e 100644 --- a/recipes/xorg-driver/xf86-video-apm_1.2.2.bb +++ b/recipes/xorg-driver/xf86-video-apm_1.2.2.bb @@ -1,11 +1,9 @@ require xorg-driver-video.inc -PE = "1" - DESCRIPTION = "This is the Alliance Promotion driver for XFree86 4.0+" - DEPENDS += " xf86rushproto" +PE = "1" +PR = "${INC_PR}.0" SRC_URI += "file://get-rid-of-host-includes.patch" SRC_URI[archive.md5sum] = "48441a19aaf015570b267f2a8e67d8ab" SRC_URI[archive.sha256sum] = "678edd063e1d5e7c7f72ccdda2388c5857559847b3d313c94d659f9bd51c1752" -PR = "${INC_PR}.0" |