diff options
Diffstat (limited to 'recipes/xorg-lib/libxrandr_1.2.2.bb')
-rw-r--r-- | recipes/xorg-lib/libxrandr_1.2.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/xorg-lib/libxrandr_1.2.2.bb b/recipes/xorg-lib/libxrandr_1.2.2.bb index 8a230f89a1..5e4ed648fa 100644 --- a/recipes/xorg-lib/libxrandr_1.2.2.bb +++ b/recipes/xorg-lib/libxrandr_1.2.2.bb @@ -4,10 +4,10 @@ DESCRIPTION = "X11 Resize and Rotate extension library" LICENSE = "BSD-X" DEPENDS += "randrproto libxrender libxext" BBCLASSEXTEND = "sdk" -PR = "r1" PE = "1" XORG_PN = "libXrandr" SRC_URI[archive.md5sum] = "1b244b5d19f0ccab01d7083436cd3558" SRC_URI[archive.sha256sum] = "206f8dc850f12b1213fb73dbef09fafa1bb8fb8c3ddfe4d39721c1e2dec12a98" +PR = "${INC_PR}.0" |