summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorJohn Lee <john_lee@openmoko.org>2008-03-10 07:42:09 +0000
committerJohn Lee <john_lee@openmoko.org>2008-03-10 07:42:09 +0000
commitd1ec815bd710500392389fc8b249db3dfa058278 (patch)
treee62de01c750646308903df7be0bb62d1033a3900 /packages
parentea1b5199f84b0a2ff71652b055804af3b53142fa (diff)
diversity: update to SRC_URI in projects.openmoko.org
* update sane-srcrevs.inc and moko-autorev.inc accordingly
Diffstat (limited to 'packages')
-rw-r--r--packages/diversity/diversity-daemon_svn.bb10
-rw-r--r--packages/diversity/diversity-nav_svn.bb12
2 files changed, 11 insertions, 11 deletions
diff --git a/packages/diversity/diversity-daemon_svn.bb b/packages/diversity/diversity-daemon_svn.bb
index bcce953cc5..6ea4f54a92 100644
--- a/packages/diversity/diversity-daemon_svn.bb
+++ b/packages/diversity/diversity-daemon_svn.bb
@@ -1,19 +1,19 @@
DESCRIPTION = "Diveristy Daemon"
+HOMEPAGE = "http://diversity.projects.openmoko.org/"
SECTION = "net/misc"
LICENSE = "GPL"
-HOMEPAGE = "http://www.openmoko.org/"
DEPENDS = "glib-2.0 dbus dbus-glib eds-dbus gypsy libjana curl"
RDEPENDS = "eds-dbus gypsy openmoko-dialer2"
-SRCREV = "${AUTOREV}"
PV = "0.0+svnr${SRCREV}"
-
PR = "r1"
+SRC_URI = "svn://svn.projects.openmoko.org/svnroot/diversity/trunk;module=diversity-daemon;proto=https"
+
+S = "${WORKDIR}/diversity-daemon"
+
inherit autotools pkgconfig
EXTRA_OECONF = "--disable-nm --disable-geoclue --disable-xmpp --enable-session-bus"
-SRC_URI = "svn://svn.internal.openmoko.org/trunk/diversity;module=backends;proto=https"
-S = "${WORKDIR}/backends"
FILES_${PN} += "${datadir}/dbus-1/"
FILES_${PN} += "${sysconfdir}/dbus-1/"
diff --git a/packages/diversity/diversity-nav_svn.bb b/packages/diversity/diversity-nav_svn.bb
index 750a636af3..58090e9baf 100644
--- a/packages/diversity/diversity-nav_svn.bb
+++ b/packages/diversity/diversity-nav_svn.bb
@@ -1,16 +1,16 @@
DESCRIPTION = "Diversity_nav - a GPS location based communicative application"
+HOMEPAGE = "http://diversity.projects.openmoko.org/"
+SECTION = "openmoko/applications"
LICENSE = "GPL"
DEPENDS = "evas edje ecore edbus"
RDEPENDS = "libevas-engine-buffer libevas-engine-software-16 libevas-engine-software-16-x11 libevas-engine-software-generic libevas-engine-software-x11 libevas-loader-eet libevas-loader-jpeg libevas-loader-png"
-SECTION = "openmoko/applications"
-
-SRCREV = "${AUTOREV}"
PV = "0.0.1+svnr${SRCREV}"
PR = "r1"
-EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc"
-SRC_URI = "svn://svn.internal.openmoko.org/trunk/diversity/ui/modules;module=diversity_nav;proto=https"
+SRC_URI = "svn://svn.projects.openmoko.org/svnroot/diversity/trunk;module=diversity-nav;proto=https"
-S = "${WORKDIR}/diversity_nav"
+S = "${WORKDIR}/diversity-nav"
inherit autotools pkgconfig
+
+EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc"