diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-08-09 13:05:17 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-08-09 13:05:17 +0000 |
commit | 69216186a98c90047123077b9ebba3b32d74379d (patch) | |
tree | 2457577f8b759670e6afe3dde4f6fe470a8a4c30 /meta/packages/libfakekey | |
parent | 895e719c85c5685ca438c6a9447e3e2ec6a94623 (diff) | |
download | openembedded-core-69216186a98c90047123077b9ebba3b32d74379d.tar.gz openembedded-core-69216186a98c90047123077b9ebba3b32d74379d.tar.bz2 openembedded-core-69216186a98c90047123077b9ebba3b32d74379d.zip |
libfakekey: switched to SRCREV
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2464 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/libfakekey')
-rw-r--r-- | meta/packages/libfakekey/libfakekey_svn.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/packages/libfakekey/libfakekey_svn.bb b/meta/packages/libfakekey/libfakekey_svn.bb index 0a10054eb3..5f4e5a57b0 100644 --- a/meta/packages/libfakekey/libfakekey_svn.bb +++ b/meta/packages/libfakekey/libfakekey_svn.bb @@ -2,8 +2,7 @@ DESCRIPTION = "Matchbox keyboard" LICENSE = "GPL" DEPENDS = "libxtst" SECTION = "x11/wm" -PR="r2" -PV = "0.0+svn${SRCDATE}" +PV = "0.0+svnr${SRCREV}" SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" |