summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libxmu_1.1.2.bb
diff options
context:
space:
mode:
authorOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>2019-04-01 23:30:42 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-04-12 14:05:37 +0100
commit5b664e9a373dd7e811a4e4ec891bc2a1e747f5a6 (patch)
tree8520b70d9437e65f1113340d413759a2aa8bde93 /meta/recipes-graphics/xorg-lib/libxmu_1.1.2.bb
parent2365b1ba0f720b3e5bee7fe6429d42c89db77238 (diff)
downloadpoky-5b664e9a373dd7e811a4e4ec891bc2a1e747f5a6.tar.gz
libxmu: update to 1.1.3
(From OE-Core rev: 21b861d5e86c2345fa73e80c979b94c270bf31e8) Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.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.bb35
1 files changed, 0 insertions, 35 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
deleted file mode 100644
index 4740c15732..0000000000
--- a/meta/recipes-graphics/xorg-lib/libxmu_1.1.2.bb
+++ /dev/null
@@ -1,35 +0,0 @@
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"
26
27FILES_libxmuu = "${libdir}/libXmuu.so.*"
28
29BBCLASSEXTEND = "native"
30
31SRC_URI[md5sum] = "41d92ab627dfa06568076043f3e089e4"
32SRC_URI[sha256sum] = "756edc7c383254eef8b4e1b733c3bf1dc061b523c9f9833ac7058378b8349d0b"
33
34PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
35PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"