diff options
-rw-r--r-- | meta/conf/distro/include/poky-default-revisions.inc | 2 | ||||
-rw-r--r-- | meta/packages/matchbox-keyboard/matchbox-keyboard_svn.bb | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/meta/conf/distro/include/poky-default-revisions.inc b/meta/conf/distro/include/poky-default-revisions.inc index 2da65d508d..11e83b8052 100644 --- a/meta/conf/distro/include/poky-default-revisions.inc +++ b/meta/conf/distro/include/poky-default-revisions.inc | |||
@@ -70,7 +70,7 @@ SRCREV_pn-linux-omap3-pm ??= "totallybroken" | |||
70 | SRCREV_pn-matchbox-config-gtk ??= "2081" | 70 | SRCREV_pn-matchbox-config-gtk ??= "2081" |
71 | SRCREV_pn-matchbox-desktop-sato ??= "76" | 71 | SRCREV_pn-matchbox-desktop-sato ??= "76" |
72 | SRCREV_pn-matchbox-desktop ??= "2096" | 72 | SRCREV_pn-matchbox-desktop ??= "2096" |
73 | SRCREV_pn-matchbox-keyboard ??= "1910" | 73 | SRCREV_pn-matchbox-keyboard ??= "2075" |
74 | SRCREV_pn-matchbox-panel-2 ??= "2109" | 74 | SRCREV_pn-matchbox-panel-2 ??= "2109" |
75 | SRCREV_pn-matchbox-panel ??= "1364" | 75 | SRCREV_pn-matchbox-panel ??= "1364" |
76 | SRCREV_pn-matchbox-stroke ??= "1524" | 76 | SRCREV_pn-matchbox-stroke ??= "1524" |
diff --git a/meta/packages/matchbox-keyboard/matchbox-keyboard_svn.bb b/meta/packages/matchbox-keyboard/matchbox-keyboard_svn.bb index bfceba05d4..0425fec78a 100644 --- a/meta/packages/matchbox-keyboard/matchbox-keyboard_svn.bb +++ b/meta/packages/matchbox-keyboard/matchbox-keyboard_svn.bb | |||
@@ -3,6 +3,9 @@ HOMEPAGE = "http://matchbox-project.org" | |||
3 | BUGTRACKER = "http://bugzilla.openedhand.com/" | 3 | BUGTRACKER = "http://bugzilla.openedhand.com/" |
4 | 4 | ||
5 | LICENSE = "GPLv2+" | 5 | LICENSE = "GPLv2+" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | ||
7 | file://src/matchbox-keyboard.h;endline=20;md5=4ba16ff913ad245dd6d95a6c67f72526 \ | ||
8 | file://applet/applet.c;endline=20;md5=e9201b3efa0a81a160b88d6feb5cf75b" | ||
6 | 9 | ||
7 | DEPENDS = "libfakekey expat libxft gtk+ matchbox-panel-2" | 10 | DEPENDS = "libfakekey expat libxft gtk+ matchbox-panel-2" |
8 | RDEPENDS = "formfactor dbus-wait" | 11 | RDEPENDS = "formfactor dbus-wait" |