aboutsummaryrefslogtreecommitdiffstats
path: root/xt/xt_0.1.5.oe
diff options
context:
space:
mode:
Diffstat (limited to 'xt/xt_0.1.5.oe')
-rw-r--r--xt/xt_0.1.5.oe24
1 files changed, 0 insertions, 24 deletions
diff --git a/xt/xt_0.1.5.oe b/xt/xt_0.1.5.oe
deleted file mode 100644
index 0998c38150..0000000000
--- a/xt/xt_0.1.5.oe
+++ /dev/null
@@ -1,24 +0,0 @@
-SECTION = "x11/libs"
-PRIORITY = "optional"
-MAINTAINER = "Phil Blundell <pb@handhelds.org>"
-DEPENDS = "x11 libsm"
-DESCRIPTION = "X Toolkit Intrinsics"
-
-SRC_URI = "${XLIBS_MIRROR}/libXt-${PV}.tar.bz2"
-S = "${WORKDIR}/libXt-${PV}"
-
-inherit autotools pkgconfig
-
-#nasty hack as utils need to be native
-do_compile() {
- (
- unset CC LD CXX CCLD
-# unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS
- oe_runmake -C util 'CFLAGS=' 'LDFLAGS=' 'CXXFLAGS=' 'CPPFLAGS=' makestrs
- )
- oe_runmake
-}
-
-do_stage () {
- oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
-}