diff options
author | Ross Burton <ross.burton@intel.com> | 2013-11-15 23:49:22 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-18 12:37:53 +0000 |
commit | 1261cf6fdc14529d10d61e2f21d675555ed6bec6 (patch) | |
tree | fe082d971dc2d65d14c37680ce7915dd52bdf8f2 /meta/recipes-graphics/xorg-lib/libxrandr_1.4.2.bb | |
parent | e5b861c5ff2e9e0e20ffcc12acb193db677227d7 (diff) | |
download | openembedded-core-1261cf6fdc14529d10d61e2f21d675555ed6bec6.tar.gz openembedded-core-1261cf6fdc14529d10d61e2f21d675555ed6bec6.tar.bz2 openembedded-core-1261cf6fdc14529d10d61e2f21d675555ed6bec6.zip |
libxrandr: upgrade to 1.4.1
License checksum changes as COPYING was updated upstream with additional
copyright notices.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxrandr_1.4.2.bb')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxrandr_1.4.2.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxrandr_1.4.2.bb b/meta/recipes-graphics/xorg-lib/libxrandr_1.4.2.bb new file mode 100644 index 0000000000..4df4b3a51d --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libxrandr_1.4.2.bb @@ -0,0 +1,23 @@ +SUMMARY = "XRandR: X Resize, Rotate and Reflect extension library" + +DESCRIPTION = "The X Resize, Rotate and Reflect Extension, called RandR \ +for short, brings the ability to resize, rotate and reflect the root \ +window of a screen. It is based on the X Resize and Rotate Extension as \ +specified in the Proceedings of the 2001 Usenix Technical Conference \ +[RANDR]." + +require xorg-lib-common.inc + +LICENSE = "MIT-style" +LIC_FILES_CHKSUM = "file://COPYING;md5=c9d1a2118a6cd5727521db8e7a2fee69" + +DEPENDS += "virtual/libx11 randrproto libxrender libxext" + +PE = "1" + +XORG_PN = "libXrandr" + +BBCLASSEXTEND = "native nativesdk" + +SRC_URI[md5sum] = "210ed9499a3d9c96e3a221629b7d39b0" +SRC_URI[sha256sum] = "caa7b31ac769be51a532343c65376f1d4df3f307afaed58e34fb5e82e8b825ad" |