aboutsummaryrefslogtreecommitdiffstats
path: root/xextensions
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-07-02 23:11:58 +0000
committerChris Larson <clarson@kergoth.com>2004-07-02 23:11:58 +0000
commit6c457bcef97deda4c9876d5dff5822f129f05c58 (patch)
treecc1363c9cca65e0dc683991bc6ceac6f86958100 /xextensions
parentd74eddec1aa1361e2e86d7f3ca5eb02d4e0e2cb3 (diff)
downloadopenembedded-6c457bcef97deda4c9876d5dff5822f129f05c58.tar.gz
Set S variable in xextensions to unbork xextensions-native build.
BKrev: 40e5ebbefv6aX7leKLVSQntXWE4HJQ
Diffstat (limited to 'xextensions')
-rw-r--r--xextensions/xextensions_1.0.1.oe16
1 files changed, 16 insertions, 0 deletions
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 <greg@treke.net>"
+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}
+}