diff options
Diffstat (limited to 'recipes/xorg-app/xrandr_1.2.2.bb')
-rw-r--r-- | recipes/xorg-app/xrandr_1.2.2.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes/xorg-app/xrandr_1.2.2.bb b/recipes/xorg-app/xrandr_1.2.2.bb index d372d662d0..b09b16b545 100644 --- a/recipes/xorg-app/xrandr_1.2.2.bb +++ b/recipes/xorg-app/xrandr_1.2.2.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] = "c6ec9dc42396e3b3a2da932f3feca6ec" SRC_URI[archive.sha256sum] = "632f3ff492a07f8279807ffbafe4f89af069bb0e7b4934b3ddf7379509aa9303" -PR = "${INC_PR}.0" |