From: Chris Larson Date: Fri, 2 Jul 2004 23:11:58 +0000 (+0000) Subject: Set S variable in xextensions to unbork xextensions-native build. X-Git-Tag: Release-2010-05/1~18410 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c457bcef97deda4c9876d5dff5822f129f05c58;p=openembedded.git Set S variable in xextensions to unbork xextensions-native build. BKrev: 40e5ebbefv6aX7leKLVSQntXWE4HJQ --- diff --git a/xextensions/xextensions_1.0.1.oe b/xextensions/xextensions_1.0.1.oe index e69de29bb2..a068d7ba10 100644 --- a/xextensions/xextensions_1.0.1.oe +++ b/xextensions/xextensions_1.0.1.oe @@ -0,0 +1,16 @@ +SECTION = "libs" +MAINTAINER = "Greg Gilbert " +DESCRIPTION = "various extension headers." + +SRC_URI = "${XLIBS_MIRROR}/xextensions-${PV}.tar.bz2" +S = "${WORKDIR}/xextensions-${PV}" + +inherit autotools pkgconfig + +do_stage() { + oe_runmake install prefix=${STAGING_DIR} \ + bindir=${STAGING_BINDIR} \ + includedir=${STAGING_INCDIR} \ + libdir=${STAGING_LIBDIR} \ + datadir=${STAGING_DATADIR} +}