summaryrefslogtreecommitdiff
path: root/openembedded/packages/libxi
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-03-24 07:51:48 +0000
committerRichard Purdie <richard@openedhand.com>2006-03-24 07:51:48 +0000
commitb783a3e2f6744692c80909a70c3674dd316204dc (patch)
treef1e96b860f0c3accf06930f39c9b7d1c53c2bb9b /openembedded/packages/libxi
parent63e2f3e549fa5ef0388f5e975ff166e287f64cf4 (diff)
downloadopenembedded-core-b783a3e2f6744692c80909a70c3674dd316204dc.tar.gz
openembedded-core-b783a3e2f6744692c80909a70c3674dd316204dc.tar.bz2
openembedded-core-b783a3e2f6744692c80909a70c3674dd316204dc.tar.xz
openembedded-core-b783a3e2f6744692c80909a70c3674dd316204dc.zip
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
Diffstat (limited to 'openembedded/packages/libxi')
-rw-r--r--openembedded/packages/libxi/files/autofoo.patch12
-rw-r--r--openembedded/packages/libxi/libxi_6.0.1.bb16
2 files changed, 0 insertions, 28 deletions
diff --git a/openembedded/packages/libxi/files/autofoo.patch b/openembedded/packages/libxi/files/autofoo.patch
deleted file mode 100644
index f1bce9ed7..000000000
--- a/openembedded/packages/libxi/files/autofoo.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Index: libXi-6.0.1/configure.ac
-===================================================================
---- libXi-6.0.1.orig/configure.ac 2003-11-01 04:11:49.000000000 -0500
-+++ libXi-6.0.1/configure.ac 2005-01-20 11:34:06.878357352 -0500
-@@ -8,7 +8,6 @@
- AM_MAINTAINER_MODE
-
- AM_CONFIG_HEADER([config.h])
--AC_CONFIG_AUX_DIR(.)
-
- # Checks for programs.
- AC_PROG_LIBTOOL
diff --git a/openembedded/packages/libxi/libxi_6.0.1.bb b/openembedded/packages/libxi/libxi_6.0.1.bb
deleted file mode 100644
index 05ad22989..000000000
--- a/openembedded/packages/libxi/libxi_6.0.1.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-DESCRIPTION = "X Input Extension library"
-LICENSE = "MIT-X"
-SECTION = "x11/libs"
-DEPENDS = "xproto x11 xextensions"
-PR = "r1"
-
-SRC_URI = "${XLIBS_MIRROR}/libXi-${PV}.tar.bz2 \
- file://autofoo.patch;patch=1"
-S = "${WORKDIR}/libXi-${PV}"
-
-inherit autotools pkgconfig
-
-do_stage() {
- autotools_stage_all
-}
-