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 | poky-69216186a98c90047123077b9ebba3b32d74379d.tar.gz |
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" | |||
2 | LICENSE = "GPL" | 2 | LICENSE = "GPL" |
3 | DEPENDS = "libxtst" | 3 | DEPENDS = "libxtst" |
4 | SECTION = "x11/wm" | 4 | SECTION = "x11/wm" |
5 | PR="r2" | 5 | PV = "0.0+svnr${SRCREV}" |
6 | PV = "0.0+svn${SRCDATE}" | ||
7 | 6 | ||
8 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" | 7 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" |
9 | 8 | ||