Remove some leftover pre X11R7 packages

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@839 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2006-10-29 12:42:43 +00:00
parent c19575807b
commit 2db354074d
3 changed files with 0 additions and 17 deletions

View File

@ -1,6 +0,0 @@
SECTION = "x11/base"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libx11"
require libx11_${PV}.bb
inherit native
DEPENDS = "xproto-native xextensions-native libxau-native xtrans-native libxdmcp-native"
PROVIDES = ""

View File

@ -1,5 +0,0 @@
SECTION = "x11/libs"
require libxdmcp_${PV}.bb
inherit native
DEPENDS = "xproto-native"
PROVIDES = ""

View File

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