diff options
author | Tomas Frydrych <tf@openedhand.com> | 2006-11-10 09:48:43 +0000 |
---|---|---|
committer | Tomas Frydrych <tf@openedhand.com> | 2006-11-10 09:48:43 +0000 |
commit | 24d8eaa443df74a5d2eaf78d2c10039c539e827b (patch) | |
tree | 226d18bb5b9fee251179acb9b8ac32a255f8e7b4 | |
parent | 73e003270527b95f502f4c2927adca385d8e6433 (diff) | |
download | openembedded-core-24d8eaa443df74a5d2eaf78d2c10039c539e827b.tar.gz openembedded-core-24d8eaa443df74a5d2eaf78d2c10039c539e827b.tar.bz2 openembedded-core-24d8eaa443df74a5d2eaf78d2c10039c539e827b.zip |
fix exmap-console version; bump srcdate
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@854 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/exmap-console/exmap-console.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/exmap-console/exmap-console.bb b/meta/packages/exmap-console/exmap-console.bb index 929b27970a..c01c13245b 100644 --- a/meta/packages/exmap-console/exmap-console.bb +++ b/meta/packages/exmap-console/exmap-console.bb @@ -2,10 +2,10 @@ DESCRIPTION = "console-based exmap" HOMEPAGE = "http://www.o-hand.com" SECTION = "devel" LICENSE = "GPL" -PR = "r5" -PV = "0.9" +PR = "r6" +PV = "0.1" -SRCDATE="20061104" +SRCDATE="20061111" SRC_URI = \ "svn://svn.o-hand.com/repos/misc/trunk;module=exmap-console;proto=http" |