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:
Richard Purdie
2008-04-07 17:28:12 +00:00
parent b4927ba526
commit 175e3becf5
3 changed files with 10 additions and 10 deletions

View 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

View File

@@ -1,5 +0,0 @@
require xtrans_${PV}.bb
DEPENDS = "util-macros-sdk"
inherit sdk

View File

@@ -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 = ""