summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libxmu_1.1.2.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-10-07 11:49:07 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-14 16:55:28 +0100
commit5e8e40529deeecd6f5a7794f9d6b8ab030b0c40e (patch)
tree8bf78d9f88bef3a6b8628ece636625fab75f6b3b /meta/recipes-graphics/xorg-lib/libxmu_1.1.2.bb
parentfa21d18486c62197ef2af177667961d80bdfd819 (diff)
downloadpoky-5e8e40529deeecd6f5a7794f9d6b8ab030b0c40e.tar.gz
libxmu: upgrade to 1.1.2
License checksum changed as some missing copyright notices and dates were added. (From OE-Core rev: 2516c3a84c7ab146937ff85dbe03df841aec3906) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxmu_1.1.2.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/libxmu_1.1.2.bb33
1 files changed, 33 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxmu_1.1.2.bb b/meta/recipes-graphics/xorg-lib/libxmu_1.1.2.bb
new file mode 100644
index 0000000000..3922b52e41
--- /dev/null
+++ b/meta/recipes-graphics/xorg-lib/libxmu_1.1.2.bb
@@ -0,0 +1,33 @@
1SUMMARY = "Xmu and Xmuu: X Miscellaneous Utility libraries"
2
3DESCRIPTION = "The Xmu Library is a collection of miscellaneous (some \
4might say random) utility functions that have been useful in building \
5various applications and widgets. This library is required by the Athena \
6Widgets. A subset of the functions that do not rely on the Athena \
7Widgets (libXaw) or X Toolkit Instrinsics (libXt) are provided in a \
8second library, libXmuu."
9
10
11require xorg-lib-common.inc
12
13LICENSE = "MIT & MIT-style"
14LIC_FILES_CHKSUM = "file://COPYING;md5=def3d8e4e9c42004f1941fa22f01dc18"
15
16DEPENDS += "libxt libxext"
17PROVIDES = "xmu"
18
19PE = "1"
20
21XORG_PN = "libXmu"
22
23LEAD_SONAME = "libXmu"
24
25PACKAGES =+ "libxmuu libxmuu-dev"
26
27FILES_libxmuu = "${libdir}/libXmuu.so.*"
28FILES_libxmuu-dev = "${libdir}/libXmuu.so"
29
30BBCLASSEXTEND = "native"
31
32SRC_URI[md5sum] = "41d92ab627dfa06568076043f3e089e4"
33SRC_URI[sha256sum] = "756edc7c383254eef8b4e1b733c3bf1dc061b523c9f9833ac7058378b8349d0b"