xextensions: Remove as they conflict with X11R7 packages and corrupt builds

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@765 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2006-09-26 09:53:05 +00:00
parent 80e181e05a
commit 79206e0bbd
2 changed files with 0 additions and 16 deletions

View File

@ -1,4 +0,0 @@
SECTION = "unknown"
require xextensions_${PV}.bb
inherit native
PROVIDES = ""

View File

@ -1,12 +0,0 @@
SECTION = "x11/libs"
LICENSE= "BSD-X"
DESCRIPTION = "various extension headers."
SRC_URI = "${XLIBS_MIRROR}/xextensions-${PV}.tar.bz2"
S = "${WORKDIR}/xextensions-${PV}"
inherit autotools pkgconfig
do_stage() {
autotools_stage_all
}