[oe-commits] Koen Kooi : cwiid: add svn version

git version control git at git.openembedded.org
Wed Jul 1 10:52:08 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 6d13b52b667b3318b1da6522d462532649907a18
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6d13b52b667b3318b1da6522d462532649907a18

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Jul  1 12:47:47 2009 +0200

cwiid: add svn version

---

 recipes/cwiid/cwiid_svn.bb |   34 ++++++++++++++++++++++++++++++++++
 1 files changed, 34 insertions(+), 0 deletions(-)

diff --git a/recipes/cwiid/cwiid_svn.bb b/recipes/cwiid/cwiid_svn.bb
new file mode 100644
index 0000000..8d134f3
--- /dev/null
+++ b/recipes/cwiid/cwiid_svn.bb
@@ -0,0 +1,34 @@
+DESCRIPTION = "wiimote library + tools"
+LICENSE = "GPLv2"
+HOMEPAGE = "http://abstrakraft.org/cwiid/"
+
+SRCREV = "192"
+PV = "0.6.00+svnr${SRCREV}"
+
+inherit autotools
+inherit distutils-base
+
+export BUILD_SYS
+export HOST_SYS
+
+PARALLEL_MAKE = ""
+
+SRC_URI = "svn://abstrakraft.org/cwiid/svn/;module=trunk;proto=http"
+S = "${WORKDIR}/trunk"
+
+EXTRA_OECONF = "--disable-ldconfig"
+
+FILES_${PN} += "\
+	${sysconfdir}/cwiid/ \
+"
+
+FILES_${PN}-dbg += "\
+	${libdir}/cwiid/plugins/.debug \
+"
+
+do_configure_append() {
+	find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g
+ 	find ${S} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g
+}
+
+





More information about the Openembedded-commits mailing list