From 001845e60c47b64100b21052fee6c1ed852db3e1 Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Tue, 5 May 2015 22:33:10 +0300 Subject: randrproto: Upgrade 1.4.0 -> 1.4.1 Signed-off-by: Jussi Kukkonen Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-proto/randrproto_1.4.0.bb | 19 ------------------- meta/recipes-graphics/xorg-proto/randrproto_1.4.1.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-proto/randrproto_1.4.0.bb create mode 100644 meta/recipes-graphics/xorg-proto/randrproto_1.4.1.bb diff --git a/meta/recipes-graphics/xorg-proto/randrproto_1.4.0.bb b/meta/recipes-graphics/xorg-proto/randrproto_1.4.0.bb deleted file mode 100644 index 638e39675e..0000000000 --- a/meta/recipes-graphics/xorg-proto/randrproto_1.4.0.bb +++ /dev/null @@ -1,19 +0,0 @@ -require xorg-proto-common.inc - -SUMMARY = "XRandR: X Resize, Rotate and Reflect extension headers" - -DESCRIPTION = "This package provides the wire protocol for the X Resize, \ -Rotate and Reflect extension. This extension provides the ability to \ -resize, rotate and reflect the root window of a screen." - -LICENSE = "MIT-style" -LIC_FILES_CHKSUM = "file://COPYING;md5=00426d41bd3d9267cf9bbb2df9323a5e \ - file://randrproto.h;endline=30;md5=3885957c6048fdf3310ac8ba54ca2c3f" - -RCONFLICTS_${PN} = "randrext" -PE = "1" - -BBCLASSEXTEND = "native nativesdk" - -SRC_URI[md5sum] = "ce4d0b05675968e4c83e003cc809660d" -SRC_URI[sha256sum] = "85c42e8c66a55318ddaf2ce5727beacb25cb1f8555229f778cd1da86478209cf" diff --git a/meta/recipes-graphics/xorg-proto/randrproto_1.4.1.bb b/meta/recipes-graphics/xorg-proto/randrproto_1.4.1.bb new file mode 100644 index 0000000000..601de05bc3 --- /dev/null +++ b/meta/recipes-graphics/xorg-proto/randrproto_1.4.1.bb @@ -0,0 +1,19 @@ +require xorg-proto-common.inc + +SUMMARY = "XRandR: X Resize, Rotate and Reflect extension headers" + +DESCRIPTION = "This package provides the wire protocol for the X Resize, \ +Rotate and Reflect extension. This extension provides the ability to \ +resize, rotate and reflect the root window of a screen." + +LICENSE = "MIT-style" +LIC_FILES_CHKSUM = "file://COPYING;md5=00426d41bd3d9267cf9bbb2df9323a5e \ + file://randrproto.h;endline=30;md5=3885957c6048fdf3310ac8ba54ca2c3f" + +RCONFLICTS_${PN} = "randrext" +PE = "1" + +BBCLASSEXTEND = "native nativesdk" + +SRC_URI[md5sum] = "51ff4d45dbe8e1098740d384971805ee" +SRC_URI[sha256sum] = "543dcb2ebb0622d8a506dcef6470c6dd066f3e3f866552a5060b91ab6129e1dc" -- cgit 1.2.3-korg