From 4e7218c19775ef81caed27742e9d203af10b7416 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Thu, 25 Aug 2011 11:20:21 -0700 Subject: o-hand recipes: convert from svn.o-hand.org to git.yoctoproject.org Signed-off-by: Saul Wold --- meta/recipes-core/dbus-wait/dbus-wait_git.bb | 17 +++++++++++++++++ meta/recipes-core/dbus-wait/dbus-wait_svn.bb | 16 ---------------- 2 files changed, 17 insertions(+), 16 deletions(-) create mode 100644 meta/recipes-core/dbus-wait/dbus-wait_git.bb delete mode 100644 meta/recipes-core/dbus-wait/dbus-wait_svn.bb (limited to 'meta/recipes-core/dbus-wait') diff --git a/meta/recipes-core/dbus-wait/dbus-wait_git.bb b/meta/recipes-core/dbus-wait/dbus-wait_git.bb new file mode 100644 index 0000000000..fb31662e8f --- /dev/null +++ b/meta/recipes-core/dbus-wait/dbus-wait_git.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "A simple tool to wait for a specific signal over DBus" +HOMEPAGE = "http://git.yoctoproject.org/cgit/cgit.cgi/dbus-wait" +SECTION = "base" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +DEPENDS = "dbus" + +SRCREV = "1a3e1343761b30750bed70e0fd688f6d3c7b3717" +PV = "0.1+git${SRCPV}" +PR = "r2" + +SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git" + +S = "${WORKDIR}/git" + +inherit autotools diff --git a/meta/recipes-core/dbus-wait/dbus-wait_svn.bb b/meta/recipes-core/dbus-wait/dbus-wait_svn.bb deleted file mode 100644 index 1270973630..0000000000 --- a/meta/recipes-core/dbus-wait/dbus-wait_svn.bb +++ /dev/null @@ -1,16 +0,0 @@ -DESCRIPTION = "A simple tool to wait for a specific signal over DBus" -HOMEPAGE = "http://svn.o-hand.com/repos/misc/trunk" -SECTION = "base" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" - -SRCREV = "426" -DEPENDS = "dbus" -PV = "0.0+svnr${SRCPV}" -PR = "r2" - -SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=dbus-wait;proto=http" - -S = "${WORKDIR}/${BPN}" - -inherit autotools -- cgit 1.2.3-korg