Hi Julian, The repo of Locations is now on git:
http://git.openmoko.org/?p=om-locations.git;a=summary The attached patch updates its .bb to point to the new repository. The revision used is the same as the one released with Om2008.8. However, the version number goes from 0.1 to 0.2. Locations skipped 0.1 and is targeting 0.2 release, and hopefully, this smoothes the switch in OE. -- Regards, olv
>From ecf93ccd823c87ddd1245b0fa32f64227f1005f6 Mon Sep 17 00:00:00 2001 From: Chia-I Wu <[EMAIL PROTECTED]> Date: Sat, 16 Aug 2008 12:24:24 +0800 Subject: [PATCH] Locations uses git --- conf/distro/include/sane-srcrevs.inc | 2 +- packages/openmoko-projects/om-locations_git.bb | 21 +++++++++++++++++++++ packages/openmoko-projects/om-locations_svn.bb | 17 ----------------- 3 files changed, 22 insertions(+), 18 deletions(-) create mode 100644 packages/openmoko-projects/om-locations_git.bb delete mode 100644 packages/openmoko-projects/om-locations_svn.bb diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc index 2aa0a81..7e13d10 100644 --- a/conf/distro/include/sane-srcrevs.inc +++ b/conf/distro/include/sane-srcrevs.inc @@ -90,7 +90,7 @@ SRCREV_pn-neod ?= "4336" SRCREV_pn-netsurf ?= "3859" SRCREV_pn-networkmanager ?= "3202" SRCREV_pn-networkmanager-applet ?= "200" -SRCREV_pn-om-locations ?= "523" +SRCREV_pn-om-locations ?= "524031cdb3cd14a67ff8b7e1192075bf8c6c3373" SRCREV_pn-om-settings ?= "67" SRCREV_pn-ompower ?= "4585" SRCREV_pn-oh-puzzles ?= "22" diff --git a/packages/openmoko-projects/om-locations_git.bb b/packages/openmoko-projects/om-locations_git.bb new file mode 100644 index 0000000..630b439 --- /dev/null +++ b/packages/openmoko-projects/om-locations_git.bb @@ -0,0 +1,21 @@ +DESCRIPTION = "Locations - a GPS location based communicative application" +HOMEPAGE = "http://wiki.openmoko.org/wiki/Om2008.8_Locations" +SECTION = "openmoko/applications" +PKG_TAGS_${PN} = "group::communication" +LICENSE = "GPL" +DEPENDS = "eet evas edje ecore edbus etk" +RDEPENDS_${PN} = "diversity-daemon" +PV = "0.2+git${SRCPV}" +PR = "r1" + +SRC_URI = "git://git.openmoko.org/git/om-locations.git;protocol=git" + +S = "${WORKDIR}/git" + +inherit autotools pkgconfig + +EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc" + +do_configure_prepend() { + autopoint --force +} diff --git a/packages/openmoko-projects/om-locations_svn.bb b/packages/openmoko-projects/om-locations_svn.bb deleted file mode 100644 index 77f12b0..0000000 --- a/packages/openmoko-projects/om-locations_svn.bb +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "Locations - a GPS location based communicative application" -HOMEPAGE = "http://diversity.projects.openmoko.org/" -SECTION = "openmoko/applications" -PKG_TAGS_${PN} = "group::communication" -LICENSE = "GPL" -DEPENDS = "eet evas edje ecore edbus etk" -RDEPENDS_${PN} = "diversity-daemon" -PV = "0.1+svnr${SRCPV}" -PR = "r0" - -SRC_URI = "svn://svn.projects.openmoko.org/svnroot/diversity/branches;module=om-locations;proto=https" - -S = "${WORKDIR}/om-locations" - -inherit autotools pkgconfig - -EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc" -- 1.5.6.3
_______________________________________________ devel mailing list [email protected] https://lists.openmoko.org/mailman/listinfo/devel
