mirror of
https://git.yoctoproject.org/poky
synced 2026-02-14 20:53:03 +01:00
xtrans: Revert 1.1 to 1.0.4 to fix abstract socket breakage and fix the toolchain
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4186 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
7
meta/packages/xorg-lib/xtrans-sdk_1.0.4.bb
Normal file
7
meta/packages/xorg-lib/xtrans-sdk_1.0.4.bb
Normal file
@@ -0,0 +1,7 @@
|
||||
require xtrans_${PV}.bb
|
||||
|
||||
DEPENDS = "util-macros-sdk"
|
||||
|
||||
SRC_URI = "${XORG_MIRROR}/individual/lib/${XORG_PN}-${PV}.tar.bz2"
|
||||
|
||||
inherit sdk
|
||||
@@ -1,5 +0,0 @@
|
||||
require xtrans_${PV}.bb
|
||||
|
||||
DEPENDS = "util-macros-sdk"
|
||||
|
||||
inherit sdk
|
||||
@@ -1,13 +1,11 @@
|
||||
require xorg-lib-common.inc
|
||||
|
||||
SRC_URI += "file://abstract_socket_fix.patch;patch=1"
|
||||
|
||||
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/xtrans"
|
||||
|
||||
DESCRIPTION = "network API translation layer to insulate X applications and \
|
||||
libraries from OS network vageries."
|
||||
PE = "1"
|
||||
PR = "r4"
|
||||
PR = "r2"
|
||||
|
||||
SRC_URI += "file://fix-missing-includepath.patch;patch=1"
|
||||
|
||||
RDEPENDS_${PN}-dev = ""
|
||||
|
||||
Reference in New Issue
Block a user