Move xlibs packages to xlibs/ as per changes in OE

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@335 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2006-03-24 07:51:48 +00:00
parent 63e2f3e549
commit b783a3e2f6
51 changed files with 9 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
SECTION = "x11/libs"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libxdmcp"
include libxdmcp_${PV}.bb
inherit native
DEPENDS = "xproto-native"
PROVIDES = ""

View File

@@ -1,5 +1,7 @@
SECTION = "x11/base"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/xau"
include xau_${PV}.bb
inherit native
DEPENDS = "xproto-native"
PROVIDES = ""

View File

@@ -1,5 +1,7 @@
SECTION = "x11/base"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/xau"
include xau_cvs.bb
inherit native
DEPENDS = "xproto-native"
PROVIDES = ""

View File

@@ -1,4 +1,6 @@
SECTION = "unknown"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/xext"
include xext_${PV}.bb
inherit native
DEPENDS = "x11-native xextensions-native"