diff options
author | John Lee <john_lee@openmoko.org> | 2008-03-11 16:46:36 +0000 |
---|---|---|
committer | John Lee <john_lee@openmoko.org> | 2008-03-11 16:46:36 +0000 |
commit | 713e0a97c9115eb9b04b2ab7ee7c48723a614097 (patch) | |
tree | b492a7ecb79e47195efbe62299f353356df295d7 /conf | |
parent | 84f86f51d4b5c67bc99294eba8fb1b7a5baf4578 (diff) |
diversity: Diversity is a framework for Internet + GPS applications.
It communicates with a server for location exchange.It also allows
you to tag and share a location with your friends.
* update sane-srcrevs.inc and moko-autorev.inc accordingly
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/include/moko-autorev.inc | 2 | ||||
-rw-r--r-- | conf/distro/include/sane-srcrevs.inc | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/conf/distro/include/moko-autorev.inc b/conf/distro/include/moko-autorev.inc index aa2d39f3db..56b89ac983 100644 --- a/conf/distro/include/moko-autorev.inc +++ b/conf/distro/include/moko-autorev.inc @@ -7,6 +7,8 @@ SRCREV_pn-libmokoui2 ?= "${AUTOREV}" SRCREV_pn-linux-openmoko ?= "${AUTOREV}" SRCREV_pn-linux-openmoko-devel ?= "${AUTOREV}" +SRCREV_pn-diversity-daemon ?= "${AUTOREV}" +SRCREV_pn-diversity-nav ?= "${AUTOREV}" SRCREV_pn-moko-gtk-engine ?= "${AUTOREV}" SRCREV_pn-neod ?= "${AUTOREV}" SRCREV_pn-opkg ?= "${AUTOREV}" diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc index d8b9ddb63b..0b2b35a9be 100644 --- a/conf/distro/include/sane-srcrevs.inc +++ b/conf/distro/include/sane-srcrevs.inc @@ -18,6 +18,8 @@ SRCREV_pn-dbus-c++-native ?= "13131" SRCREV_pn-dbus-c++ ?= "13131" SRCREV_pn-dfu-util ?= "2866" SRCREV_pn-dfu-util-native ?= "2866" +SRCREV_pn-diversity-daemon ?= "127" +SRCREV_pn-diversity-nav ?= "238" SRCREV_pn-eds-dbus ?= "659" SRCREV_pn-eglibc ?= "4355" SRCREV_pn-eglibc-initial ?= "4355" |