From: Chris Larson Date: Tue, 29 Jun 2004 20:19:47 +0000 (+0000) Subject: Fix the xproto-native 6.6.2 build. X-Git-Tag: Release-2010-05/1~18452 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07075830799b08b5e389329258542b9114ca8721;p=openembedded.git Fix the xproto-native 6.6.2 build. BKrev: 40e1cee3cwtxoLh_BbJwZGtqgjzVwg --- diff --git a/xproto/xproto_6.6.2.oe b/xproto/xproto_6.6.2.oe index e69de29bb2..0605174444 100644 --- a/xproto/xproto_6.6.2.oe +++ b/xproto/xproto_6.6.2.oe @@ -0,0 +1,16 @@ +SECTION = "libs" +MAINTAINER = "Greg Gilbert " +DESCRIPTION = "X protocol and ancillary headers." + +SRC_URI = "${XLIBS_MIRROR}/xproto-${PV}.tar.gz" +S = "${WORKDIR}/xproto-${PV}" + +inherit autotools pkgconfig + +do_stage() { + oe_runmake install prefix=${STAGING_DIR} \ + bindir=${STAGING_BINDIR} \ + includedir=${STAGING_INCDIR} \ + libdir=${STAGING_LIBDIR} \ + datadir=${STAGING_DATADIR} +}