From: Phil Blundell Date: Sun, 5 Dec 2004 18:45:45 +0000 (+0000) Subject: correct libxxf86dga staging X-Git-Tag: Release-2010-05/1~15770 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b544607de52761315f459a8a93ebd94880e98e8;p=openembedded.git correct libxxf86dga staging BKrev: 41b35759xL2b7uxWSNx3K1630aXrsw --- diff --git a/libxxf86dga/libxxf86dga_cvs.oe b/libxxf86dga/libxxf86dga_cvs.oe index e69de29bb2..bb83a7394d 100644 --- a/libxxf86dga/libxxf86dga_cvs.oe +++ b/libxxf86dga/libxxf86dga_cvs.oe @@ -0,0 +1,14 @@ +PV = "0.0cvs${CVSDATE}" + +SECTION = "x11/libs" +DEPENDS = "x11 xext xxf86dgaext" +DESCRIPTION = "Xxf86dga extension library." + +SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xxf86dga" +S = "${WORKDIR}/Xxf86dga" + +inherit autotools pkgconfig + +do_stage() { + oe_libinstall -so -a libXxf86dga ${STAGING_LIBDIR} +}