summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/xtrans_1.4.0.bb
diff options
context:
space:
mode:
authorZang Ruochen <zangrc.fnst@cn.fujitsu.com>2019-04-01 17:29:44 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-04-12 14:05:37 +0100
commitde8ae58f46973c892771fc59c3bd3ba348d2bba0 (patch)
tree8ce9fe0635b8ec0ae7b855b2f543495d2ee9c10a /meta/recipes-graphics/xorg-lib/xtrans_1.4.0.bb
parent0b6bcfaad403124c1cc9f5b4d1b0241b62760c1f (diff)
downloadpoky-de8ae58f46973c892771fc59c3bd3ba348d2bba0.tar.gz
xtrans:upgrade 1.3.5 -> 1.4.0
-Upgrade from xtrans_1.3.5.bb to xtrans_1.4.0.bb. (From OE-Core rev: b52f80c98d3f6212e9525f9c508bc60d97629fda) Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/xtrans_1.4.0.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/xtrans_1.4.0.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/xtrans_1.4.0.bb b/meta/recipes-graphics/xorg-lib/xtrans_1.4.0.bb
new file mode 100644
index 0000000000..5bf134b5f8
--- /dev/null
+++ b/meta/recipes-graphics/xorg-lib/xtrans_1.4.0.bb
@@ -0,0 +1,26 @@
1SUMMARY = "XTrans: X Transport library"
2
3DESCRIPTION = "The X Transport Interface is intended to combine all \
4system and transport specific code into a single place. This API should \
5be used by all libraries, clients and servers of the X Window System. \
6Use of this API should allow the addition of new types of transports and \
7support for new platforms without making any changes to the source \
8except in the X Transport Interface code."
9
10require xorg-lib-common.inc
11
12LICENSE = "MIT & MIT-style"
13LIC_FILES_CHKSUM = "file://COPYING;md5=49347921d4d5268021a999f250edc9ca"
14
15SRC_URI += "file://multilibfix.patch"
16
17PE = "1"
18
19RDEPENDS_${PN}-dev = ""
20
21inherit gettext
22
23BBCLASSEXTEND = "native nativesdk"
24
25SRC_URI[md5sum] = "ce2fb8100c6647ee81451ebe388b17ad"
26SRC_URI[sha256sum] = "377c4491593c417946efcd2c7600d1e62639f7a8bbca391887e2c4679807d773"