blob: cd5aedb59df48e717cb493567bcafcbbb08516de [file] [log] [blame]
Brad Bishopc342db32019-05-15 21:57:59 -04001SUMMARY = "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
Andrew Geissler7e0e3c02022-02-25 20:34:39 +000012LICENSE = "MIT & MIT"
Brad Bishopc342db32019-05-15 21:57:59 -040013LIC_FILES_CHKSUM = "file://COPYING;md5=49347921d4d5268021a999f250edc9ca"
14
Andrew Geissler517393d2023-01-13 08:55:19 -060015XORG_EXT = "tar.bz2"
16
Brad Bishopc342db32019-05-15 21:57:59 -040017SRC_URI += "file://multilibfix.patch"
18
19PE = "1"
20
Andrew Geissler615f2f12022-07-15 14:00:58 -050021DEV_PKG_DEPENDENCY = ""
Brad Bishopc342db32019-05-15 21:57:59 -040022
23inherit gettext
24
25BBCLASSEXTEND = "native nativesdk"
26
27SRC_URI[md5sum] = "ce2fb8100c6647ee81451ebe388b17ad"
28SRC_URI[sha256sum] = "377c4491593c417946efcd2c7600d1e62639f7a8bbca391887e2c4679807d773"