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:
c739ee9
)
correct libxxf86dga staging
author
Phil Blundell
<philb@gnu.org>
Sun, 5 Dec 2004 18:45:45 +0000
(18:45 +0000)
committer
Phil Blundell
<philb@gnu.org>
Sun, 5 Dec 2004 18:45:45 +0000
(18:45 +0000)
BKrev: 41b35759xL2b7uxWSNx3K1630aXrsw
libxxf86dga/libxxf86dga_cvs.oe
patch
|
blob
|
history
diff --git
a/libxxf86dga/libxxf86dga_cvs.oe
b/libxxf86dga/libxxf86dga_cvs.oe
index
e69de29
..
bb83a73
100644
(file)
--- a/
libxxf86dga/libxxf86dga_cvs.oe
+++ b/
libxxf86dga/libxxf86dga_cvs.oe
@@
-0,0
+1,14
@@
+PV = "0.0cvs${CVSDATE}"
+
+SECTION = "x11/libs"
+DEPENDS = "x11 xext xxf86dgaext"
+DESCRIPTION = "Xxf86dga extension library."
+
+SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xxf86dga"
+S = "${WORKDIR}/Xxf86dga"
+
+inherit autotools pkgconfig
+
+do_stage() {
+ oe_libinstall -so -a libXxf86dga ${STAGING_LIBDIR}
+}