From 004cd99bce0f5585aa447dd52a78f2697e5555d8 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Wed, 17 Dec 2003 21:37:56 +0000 Subject: Remove unnecessary virtual/libc dependencies in the X header packages. BKrev: 3fe0ccb4SXZn1PyYaq9ewgsuUSKBFQ --- xtrans/xtrans-cvs.oe | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'xtrans') diff --git a/xtrans/xtrans-cvs.oe b/xtrans/xtrans-cvs.oe index e69de29bb2..e4e526e55f 100644 --- a/xtrans/xtrans-cvs.oe +++ b/xtrans/xtrans-cvs.oe @@ -0,0 +1,12 @@ +SECTION="libs" +MAINTAINER="Greg Gilbert " + +SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=xtrans +S=${WORKDIR}/xtrans + +inherit autotools libtool pkgconfig + +do_stage() { + oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_DIR}/target/include libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR} +} + -- cgit v1.2.3