summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libsm_1.2.2.bb
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-10-20 17:56:09 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-11-14 11:14:38 +0000
commite1e2581ba03ed86fef0856b1b226b08c62e9f69d (patch)
tree200600d4d832c17d58186f17fdf4fe47b769f019 /meta/recipes-graphics/xorg-lib/libsm_1.2.2.bb
parentf4ad391a02ee8754cc751d9cf11140e8b743e612 (diff)
downloadpoky-e1e2581ba03ed86fef0856b1b226b08c62e9f69d.tar.gz
libsm: update to 1.2.3
reoder things per style (From OE-Core rev: 4e22f40647014dbd9eb05f0a9becd90fd903e7b1) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libsm_1.2.2.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/libsm_1.2.2.bb31
1 files changed, 0 insertions, 31 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libsm_1.2.2.bb b/meta/recipes-graphics/xorg-lib/libsm_1.2.2.bb
deleted file mode 100644
index fdc693be14..0000000000
--- a/meta/recipes-graphics/xorg-lib/libsm_1.2.2.bb
+++ /dev/null
@@ -1,31 +0,0 @@
1SUMMARY = "SM: Session Management library"
2
3DESCRIPTION = "The Session Management Library (SMlib) is a low-level \"C\" \
4language interface to XSMP. The purpose of the X Session Management \
5Protocol (XSMP) is to provide a uniform mechanism for users to save and \
6restore their sessions. A session is a group of clients, each of which \
7has a particular state."
8
9require xorg-lib-common.inc
10
11LICENSE = "MIT-style"
12LIC_FILES_CHKSUM = "file://COPYING;md5=c0fb37f44e02bdbde80546024400728d"
13
14DEPENDS += "libice xorgproto xtrans"
15
16# libSM can work without libuuid, we explicitly disable it to break the following circular dependency
17# when DISTRO_FEATURES contains 'systemd' and 'x11'.
18# systemd -> dbus -> libsm -> util-linux -> systemd
19EXTRA_OECONF += "--without-libuuid"
20
21PE = "1"
22
23XORG_PN = "libSM"
24
25BBCLASSEXTEND = "native"
26
27SRC_URI[md5sum] = "499a7773c65aba513609fe651853c5f3"
28SRC_URI[sha256sum] = "0baca8c9f5d934450a70896c4ad38d06475521255ca63b717a6510fdb6e287bd"
29
30PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
31PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"