blob: d19a6c0819cf58965ffbf862ba1db8e7ee3395ac (
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] = "8b36cdf08df12be96615e3d550236626"
SRC_URI[archive.sha256sum] = "765219fa822edeffb0650e93458e4ebf63c23176e58fce06806fb251fbfe7d8c"
FILESPATHPKG .= ":xtrans-${PV}:xtrans"
ALLOW_EMPTY = "1"
BBCLASSEXTEND = "native nativesdk"
|