mirror of
https://git.yoctoproject.org/poky
synced 2026-02-26 03:19:41 +01: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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user