diff options
Diffstat (limited to 'recipes/xorg-app/xrandr_1.2.3.bb')
-rw-r--r-- | recipes/xorg-app/xrandr_1.2.3.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes/xorg-app/xrandr_1.2.3.bb b/recipes/xorg-app/xrandr_1.2.3.bb index 1a854853c7..6923ce3c0c 100644 --- a/recipes/xorg-app/xrandr_1.2.3.bb +++ b/recipes/xorg-app/xrandr_1.2.3.bb @@ -1,12 +1,10 @@ require xorg-app-common.inc - DESCRIPTION = "X Resize and Rotate extension command." -LICENSE= "BSD-X" +LICENSE = "BSD-X" DEPENDS += "libxrandr libxrender" PE = "1" +PR = "${INC_PR}.0" SRC_URI += "file://resolve_symbol_clash.patch" - SRC_URI[archive.md5sum] = "41a9d0cc073fa6165a31fbf9e85f68a6" SRC_URI[archive.sha256sum] = "ab06b77f3a2b8866279e096f9d2702ac644681424eb0aec39e4eb7199f152207" -PR = "${INC_PR}.0" |