mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 07:33:04 +00:00
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:
parent
63e2f3e549
commit
b783a3e2f6
@ -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 = ""
|
||||
|
||||
|
||||
@ -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 = ""
|
||||
|
||||
@ -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 = ""
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user