]> code.ossystems Code Review - openembedded-core.git/commitdiff
Switch chkhinge26 to svn
authorRichard Purdie <richard@openedhand.com>
Tue, 4 Oct 2005 13:02:42 +0000 (13:02 +0000)
committerRichard Purdie <richard@openedhand.com>
Tue, 4 Oct 2005 13:02:42 +0000 (13:02 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky@118 311d38ba-8fff-0310-9ca6-ca027cbcb966

openembedded/packages/chkhinge26/chkhinge26_svn.bb [moved from openembedded/packages/chkhinge26/chkhinge26_0.0.bb with 73% similarity]

similarity index 73%
rename from openembedded/packages/chkhinge26/chkhinge26_0.0.bb
rename to openembedded/packages/chkhinge26/chkhinge26_svn.bb
index adf1bf03137c390e32fb66322dd1716daa6081e8..b265fe6c877a22b7ea8978a47db30e1647529321 100755 (executable)
@@ -1,13 +1,14 @@
 LICENSE = "LGPL"
 SECTION = "x11"
-#DEPENDS = "glib-2.0 gtk+ libglade eds-dbus"
 MAINTAINER = "Matthew Allum <mallum@openedhand.com>"
 DESCRIPTION = "Chkhinge26 fires off cmds on cXXXX Zs."
-PR = "r0"
+PR = "r1"
 
-SRC_URI = "http://butterfeet.org/misc/${PN}-${PV}.tar.gz \
+SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=chkhinge26;proto=http \
           file://hinge-handler"
 
+S = "${WORKDIR}/${PN}"
+
 inherit autotools pkgconfig
 
 do_install_append () {
@@ -16,3 +17,4 @@ do_install_append () {
 
 FILES_${PN} += "${bindir}/hinge-handler"
 
+