diff options
author | Richard Purdie <richard@openedhand.com> | 2006-05-27 21:37:43 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-05-27 21:37:43 +0000 |
commit | 4de2c4918d7b887f0b21866b3f82ce4e39a4439b (patch) | |
tree | d6c1c6c53f0aa6cd34e154e109fce6d5ebea1e7d /openembedded | |
parent | f2079fdf14b2521f03e5fd9c98be0f2b0e4247d7 (diff) | |
download | poky-4de2c4918d7b887f0b21866b3f82ce4e39a4439b.tar.gz |
matchbox-keyboard: sync with OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@438 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded')
-rw-r--r-- | openembedded/packages/matchbox-keyboard/matchbox-keyboard_svn.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/openembedded/packages/matchbox-keyboard/matchbox-keyboard_svn.bb b/openembedded/packages/matchbox-keyboard/matchbox-keyboard_svn.bb index 3947663465..d2514d95c3 100644 --- a/openembedded/packages/matchbox-keyboard/matchbox-keyboard_svn.bb +++ b/openembedded/packages/matchbox-keyboard/matchbox-keyboard_svn.bb | |||
@@ -1,9 +1,10 @@ | |||
1 | DESCRIPTION = "Matchbox keyboard" | 1 | DESCRIPTION = "Matchbox virtual keyboard for X11" |
2 | LICENSE = "GPL" | 2 | LICENSE = "GPL" |
3 | DEPENDS = "libfakekey expat libxft" | 3 | DEPENDS = "libfakekey expat libxft" |
4 | SECTION = "x11/wm" | 4 | SECTION = "x11" |
5 | MAINTAINER = "Koen Kooi <koen@handhelds.org>" | ||
5 | PV = "0.0+svn${SRCDATE}" | 6 | PV = "0.0+svn${SRCDATE}" |
6 | PR="r1" | 7 | PR="r2" |
7 | 8 | ||
8 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" | 9 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" |
9 | 10 | ||