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:
2ea36a5
)
Fix the xproto-native 6.6.2 build.
author
Chris Larson
<clarson@kergoth.com>
Tue, 29 Jun 2004 20:19:47 +0000
(20:19 +0000)
committer
Chris Larson
<clarson@kergoth.com>
Tue, 29 Jun 2004 20:19:47 +0000
(20:19 +0000)
BKrev: 40e1cee3cwtxoLh_BbJwZGtqgjzVwg
xproto/xproto_6.6.2.oe
patch
|
blob
|
history
diff --git
a/xproto/xproto_6.6.2.oe
b/xproto/xproto_6.6.2.oe
index
e69de29
..
0605174
100644
(file)
--- a/
xproto/xproto_6.6.2.oe
+++ b/
xproto/xproto_6.6.2.oe
@@
-0,0
+1,16
@@
+SECTION = "libs"
+MAINTAINER = "Greg Gilbert <greg@treke.net>"
+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}
+}