gnet cvs: stage all
authorKoen Kooi <koen@openembedded.org>
Fri, 22 Dec 2006 19:05:23 +0000 (19:05 +0000)
committerKoen Kooi <koen@openembedded.org>
Fri, 22 Dec 2006 19:05:23 +0000 (19:05 +0000)
packages/gnet/gnet_cvs.bb

index 28b9f1e..42a216f 100644 (file)
@@ -12,3 +12,7 @@ S = "${WORKDIR}/gnet"
 EXTRA_OECONF = "--disable-pthreads"
 
 inherit autotools pkgconfig
+
+do_stage() {
+       autotools_stage_all
+}