aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib/xtrans_1.2.bb
blob: 8a4ddca097317482368e55604e0f55d442a89928 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
require xorg-lib-common.inc
DESCRIPTION = "network API translation layer to insulate X applications and \
libraries from OS network vageries."
PE = "1"
PR = "${INC_PR}.0"

SRC_URI += "file://fix-missing-includepath.patch"
SRC_URI[archive.md5sum] = "a91fef8b932b21992af7dfff7b2643f3"
SRC_URI[archive.sha256sum] = "d6c3cabd5ecd0183a8a9bc6b3471545df8e2c78956b4c4cfd48f0c545a88c9a4"

FILESPATHPKG .= ":xtrans-${PV}:xtrans"

ALLOW_EMPTY = "1"

BBCLASSEXTEND = "native nativesdk"