diff options
Diffstat (limited to 'recipes/xorg-driver/xf86-video-apm_1.2.0.bb')
-rw-r--r-- | recipes/xorg-driver/xf86-video-apm_1.2.0.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes/xorg-driver/xf86-video-apm_1.2.0.bb b/recipes/xorg-driver/xf86-video-apm_1.2.0.bb index 53e6bc2757..241a11c5d3 100644 --- a/recipes/xorg-driver/xf86-video-apm_1.2.0.bb +++ b/recipes/xorg-driver/xf86-video-apm_1.2.0.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] = "4f78650d79656dc803a720049d65682e" SRC_URI[archive.sha256sum] = "f0fe020f892e6e3a696a490c86312a1b32672bffb7dead153c24f103540a6185" -PR = "${INC_PR}.0" |