diff options
Diffstat (limited to 'meta/recipes-sato/matchbox-panel-2')
-rw-r--r-- | meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb | 7 | ||||
-rw-r--r-- | meta/recipes-sato/matchbox-panel-2/startup_fix.diff | 19 |
2 files changed, 3 insertions, 23 deletions
diff --git a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb index 98b3447a71..c1da0cf62a 100644 --- a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb +++ b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb | |||
@@ -11,17 +11,16 @@ DEPENDS = "gtk+ startup-notification dbus dbus-glib" | |||
11 | DEPENDS += " ${@base_contains("MACHINE_FEATURES", "acpi", "libacpi", "",d)}" | 11 | DEPENDS += " ${@base_contains("MACHINE_FEATURES", "acpi", "libacpi", "",d)}" |
12 | DEPENDS += " ${@base_contains("MACHINE_FEATURES", "apm", "apmd", "",d)}" | 12 | DEPENDS += " ${@base_contains("MACHINE_FEATURES", "apm", "apmd", "",d)}" |
13 | 13 | ||
14 | SRCREV = "982d9ea173dc87a84db2303d1a6a12607fc4d539" | 14 | SRCREV = "cdf7a22716b87468f10573f622d5c7a58a684e35" |
15 | PV = "0.0+git${SRCPV}" | 15 | PV = "0.0+git${SRCPV}" |
16 | PR = "r1" | 16 | PR = "r0" |
17 | 17 | ||
18 | RPROVIDES_${PN} = "matchbox-panel" | 18 | RPROVIDES_${PN} = "matchbox-panel" |
19 | RREPLACES_${PN} = "matchbox-panel" | 19 | RREPLACES_${PN} = "matchbox-panel" |
20 | RCONFLICTS_${PN} = "matchbox-panel" | 20 | RCONFLICTS_${PN} = "matchbox-panel" |
21 | 21 | ||
22 | SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git \ | 22 | SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git \ |
23 | file://gcc-4.6.0-compile.patch \ | 23 | file://gcc-4.6.0-compile.patch" |
24 | file://startup_fix.diff" | ||
25 | 24 | ||
26 | EXTRA_OECONF = "--enable-startup-notification --enable-dbus" | 25 | EXTRA_OECONF = "--enable-startup-notification --enable-dbus" |
27 | EXTRA_OECONF += " ${@base_contains("MACHINE_FEATURES", "acpi", "--with-battery=acpi", "",d)}" | 26 | EXTRA_OECONF += " ${@base_contains("MACHINE_FEATURES", "acpi", "--with-battery=acpi", "",d)}" |
diff --git a/meta/recipes-sato/matchbox-panel-2/startup_fix.diff b/meta/recipes-sato/matchbox-panel-2/startup_fix.diff deleted file mode 100644 index d9a0876296..0000000000 --- a/meta/recipes-sato/matchbox-panel-2/startup_fix.diff +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | Fixed the compile error caused by typo, upstream also need this. | ||
2 | |||
3 | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> | ||
4 | |||
5 | Upstream-Status: Pending | ||
6 | |||
7 | Index: matchbox-panel-2/applets/startup/startup.c | ||
8 | =================================================================== | ||
9 | --- matchbox-panel-2/applets/startup/startup.c (revision 2109) | ||
10 | +++ matchbox-panel-2/applets/startup/startup.c (working copy) | ||
11 | @@ -229,7 +229,7 @@ | ||
12 | applet = g_slice_new0 (StartupApplet); | ||
13 | |||
14 | applet->launch_list = NULL; | ||
15 | - applet->hourglass_show = FALSE; | ||
16 | + applet->hourglass_shown = FALSE; | ||
17 | |||
18 | /* Create image */ | ||
19 | applet->image = MB_PANEL_SCALING_IMAGE | ||