diff options
-rwxr-xr-x | meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session | 2 | ||||
-rw-r--r-- | meta/packages/matchbox-poky/matchbox-poky_0.1.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session b/meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session index 13160835da..36cfee7c61 100755 --- a/meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session +++ b/meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session | |||
@@ -15,7 +15,7 @@ case `module_id` in | |||
15 | # qemu machines.. likely need better detection | 15 | # qemu machines.. likely need better detection |
16 | "ARM-IntegratorCP" | "ARM-Versatile PB") | 16 | "ARM-IntegratorCP" | "ARM-Versatile PB") |
17 | /usr/bin/mbinputmgr & | 17 | /usr/bin/mbinputmgr & |
18 | SHOWCURSOR="yes" | 18 | #SHOWCURSOR="yes" |
19 | ;; | 19 | ;; |
20 | esac | 20 | esac |
21 | 21 | ||
diff --git a/meta/packages/matchbox-poky/matchbox-poky_0.1.bb b/meta/packages/matchbox-poky/matchbox-poky_0.1.bb index c1bb132d23..64c17c58f8 100644 --- a/meta/packages/matchbox-poky/matchbox-poky_0.1.bb +++ b/meta/packages/matchbox-poky/matchbox-poky_0.1.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Custom MB session files for poky" | |||
2 | LICENSE = "GPL" | 2 | LICENSE = "GPL" |
3 | SECTION = "x11" | 3 | SECTION = "x11" |
4 | RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-theme-clearlooks" | 4 | RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-theme-clearlooks" |
5 | PR = "r20" | 5 | PR = "r21" |
6 | 6 | ||
7 | SRC_URI = "file://etc" | 7 | SRC_URI = "file://etc" |
8 | S = ${WORKDIR} | 8 | S = ${WORKDIR} |