git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d74edde
)
Set S variable in xextensions to unbork xextensions-native build.
author
Chris Larson
<clarson@kergoth.com>
Fri, 2 Jul 2004 23:11:58 +0000
(23:11 +0000)
committer
Chris Larson
<clarson@kergoth.com>
Fri, 2 Jul 2004 23:11:58 +0000
(23:11 +0000)
BKrev: 40e5ebbefv6aX7leKLVSQntXWE4HJQ
xextensions/xextensions_1.0.1.oe
patch
|
blob
|
history
diff --git
a/xextensions/xextensions_1.0.1.oe
b/xextensions/xextensions_1.0.1.oe
index
e69de29
..
a068d7b
100644
(file)
--- 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}
+}