diff options
Diffstat (limited to 'recipes')
119 files changed, 1493 insertions, 430 deletions
diff --git a/recipes/devicekit/devicekit-power_009.bb b/recipes/devicekit/devicekit-power_009.bb index 01f0aedf8d..099ce0b2e3 100644 --- a/recipes/devicekit/devicekit-power_009.bb +++ b/recipes/devicekit/devicekit-power_009.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Devicekit power" LICENSE = "GPLv2" DEPENDS = "devicekit glib-2.0 dbus-glib policykit" -SRC_URI = "http://hal.freedesktop.org/releases/DeviceKit-power-${PV}.tar.gz" +SRC_URI = "http://cgit.freedesktop.org/DeviceKit/DeviceKit-power/snapshot/DeviceKit-power-${PV}.tar.gz" S = "${WORKDIR}/DeviceKit-power-${PV}" inherit autotools pkgconfig @@ -18,7 +18,5 @@ FILES_${PN} += "${datadir}/dbus-1/ \ FILES_${PN}-dbg += "${base_libdir}/udev/.debug" - - -SRC_URI[md5sum] = "535703fa7b9c323d6388b5aff28cfeeb" -SRC_URI[sha256sum] = "438ac7f22533e04f5b44e0cf23d8b51a5cb69906ea2bbdef0581dc3c7cf19e55" +SRC_URI[md5sum] = "2ec93fbd14926101a12c9e4dbbe5937f" +SRC_URI[sha256sum] = "6dfa2623cb5c0b2df9aff00ad6d3213815d7de498855cc6f72c2cd18d50a4cd1" diff --git a/recipes/devicekit/devicekit-power_014.bb b/recipes/devicekit/devicekit-power_014.bb index acdcd9a9ce..f018a64aab 100644 --- a/recipes/devicekit/devicekit-power_014.bb +++ b/recipes/devicekit/devicekit-power_014.bb @@ -2,9 +2,11 @@ DESCRIPTION = "Devicekit power" LICENSE = "GPLv2" DEPENDS = "libusb1 udev glib-2.0 dbus-glib policykit" -SRC_URI = "http://hal.freedesktop.org/releases/DeviceKit-power-${PV}.tar.gz;name=archive" -SRC_URI[archive.md5sum] = "935d37f1e14b3c8a1d6dabcd9a38d3ca" -SRC_URI[archive.sha256sum] = "ad3e9a8bd9525d66fadc7fa53ef99e0632aa8cca8fd5bc27483956261153b373" + +SRC_URI = "http://cgit.freedesktop.org/DeviceKit/DeviceKit-power/snapshot/DeviceKit-power-${PV}.tar.gz;name=archive" + +SRC_URI[archive.md5sum] = "570846c933df16b768082879b5ee0605" +SRC_URI[archive.sha256sum] = "ae450e86443df825b31a664562f12117983ebd7d106f5c5cd82ca2f38791166d" S = "${WORKDIR}/DeviceKit-power-${PV}" diff --git a/recipes/e17/e-tasks_svn.bb b/recipes/e17/e-tasks_svn.bb index 76c8de9353..fccf951633 100644 --- a/recipes/e17/e-tasks_svn.bb +++ b/recipes/e17/e-tasks_svn.bb @@ -9,7 +9,7 @@ inherit autotools SRCREV = "25" PV = "0.0.1+svnr${SRCPV}" -PR = "r3" +PR = "r4" SRC_URI = "svn://e-tasks.googlecode.com/svn;module=trunk;proto=http" S = "${WORKDIR}/trunk" diff --git a/recipes/e17/intuition_svn.bb b/recipes/e17/intuition_svn.bb index 5087144454..bb01e894d2 100644 --- a/recipes/e17/intuition_svn.bb +++ b/recipes/e17/intuition_svn.bb @@ -3,7 +3,7 @@ SECTION = "x11" LICENSE = "GPLv2" DEPENDS = "elementary sqlite" PV = "0.2.0+svnr${SRCPV}" -PR = "r2" +PR = "r3" SRCREV = "194" SRC_URI = "svn://svn.om.vptt.ch/trunk/;proto=http;module=intuition" diff --git a/recipes/ebrainy/ebrainy_svn.bb b/recipes/ebrainy/ebrainy_svn.bb index d873a29435..cedbd9f4dc 100644 --- a/recipes/ebrainy/ebrainy_svn.bb +++ b/recipes/ebrainy/ebrainy_svn.bb @@ -6,7 +6,7 @@ SECTION = "e/apps" RDEPENDS_${PN} = "elementary sqlite3 python-sqlalchemy python-mysqldb python-netserver" PV = "0.0.1+svnr${SRCPV}" -PR = "r4" +PR = "r5" SRCREV = "21" SRC_URI = "svn://ebrainy.googlecode.com/svn/trunk;module=.;proto=http" S = "${WORKDIR}" diff --git a/recipes/ecj/libecj-bootstrap_3.4.bb b/recipes/ecj/libecj-bootstrap_3.4.bb index 27dc120782..db66eaeb92 100644 --- a/recipes/ecj/libecj-bootstrap_3.4.bb +++ b/recipes/ecj/libecj-bootstrap_3.4.bb @@ -3,7 +3,7 @@ require libecj-bootstrap.inc PR = "r2" |
