diff options
3 files changed, 3 insertions, 38 deletions
diff --git a/meta/conf/distro/include/poky-default-revisions.inc b/meta/conf/distro/include/poky-default-revisions.inc index 23840f47ac..c5a0c7f284 100644 --- a/meta/conf/distro/include/poky-default-revisions.inc +++ b/meta/conf/distro/include/poky-default-revisions.inc | |||
@@ -98,7 +98,7 @@ SRCREV_pn-matchbox-config-gtk ??= "2081" | |||
98 | SRCREV_pn-matchbox-desktop-sato ??= "76" | 98 | SRCREV_pn-matchbox-desktop-sato ??= "76" |
99 | SRCREV_pn-matchbox-desktop ??= "2096" | 99 | SRCREV_pn-matchbox-desktop ??= "2096" |
100 | SRCREV_pn-matchbox-keyboard ??= "2075" | 100 | SRCREV_pn-matchbox-keyboard ??= "2075" |
101 | SRCREV_pn-matchbox-panel-2 ??= "2109" | 101 | SRCREV_pn-matchbox-panel-2 ??= "2111" |
102 | SRCREV_pn-matchbox-panel ??= "1364" | 102 | SRCREV_pn-matchbox-panel ??= "1364" |
103 | SRCREV_pn-matchbox-stroke ??= "1820" | 103 | SRCREV_pn-matchbox-stroke ??= "1820" |
104 | SRCREV_pn-matchbox-terminal ??= "1816" | 104 | SRCREV_pn-matchbox-terminal ??= "1816" |
diff --git a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2/fix_sync_funcname.patch b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2/fix_sync_funcname.patch deleted file mode 100644 index 25d08eda8b..0000000000 --- a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2/fix_sync_funcname.patch +++ /dev/null | |||
@@ -1,34 +0,0 @@ | |||
1 | Rename function sync to sync_applet to avoid conflict. | ||
2 | |||
3 | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> | ||
4 | |||
5 | diff -ruN matchbox-panel-2-orig/applets/showdesktop/showdesktop.c matchbox-panel-2/applets/showdesktop/showdesktop.c | ||
6 | --- matchbox-panel-2-orig/applets/showdesktop/showdesktop.c 2010-11-17 20:59:46.000000000 +0800 | ||
7 | +++ matchbox-panel-2/applets/showdesktop/showdesktop.c 2010-11-17 21:00:11.000000000 +0800 | ||
8 | @@ -57,7 +57,7 @@ | ||
9 | |||
10 | /* Sync @applet with the _NET_SHOWING_DESKTOP root window property */ | ||
11 | static void | ||
12 | -sync (ShowDesktopApplet *applet) | ||
13 | +sync_applet (ShowDesktopApplet *applet) | ||
14 | { | ||
15 | GdkDisplay *display; | ||
16 | Atom type; | ||
17 | @@ -103,7 +103,7 @@ | ||
18 | if (xev->type == PropertyNotify) { | ||
19 | if (xev->xproperty.atom == applet->atom) { | ||
20 | /* _NET_SHOWING_DESKTOP changed */ | ||
21 | - sync (applet); | ||
22 | + sync_applet (applet); | ||
23 | } | ||
24 | } | ||
25 | |||
26 | @@ -145,7 +145,7 @@ | ||
27 | applet); | ||
28 | |||
29 | /* Sync */ | ||
30 | - sync (applet); | ||
31 | + sync_applet (applet); | ||
32 | } | ||
33 | |||
34 | /* Button clicked */ | ||
diff --git a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_svn.bb b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_svn.bb index f4ebcfb5e5..8f5ccc84f7 100644 --- a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_svn.bb +++ b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_svn.bb | |||
@@ -13,15 +13,14 @@ DEPENDS += " ${@base_contains("MACHINE_FEATURES", "acpi", "libacpi", "",d)}" | |||
13 | DEPENDS += " ${@base_contains("MACHINE_FEATURES", "apm", "apmd", "",d)}" | 13 | DEPENDS += " ${@base_contains("MACHINE_FEATURES", "apm", "apmd", "",d)}" |
14 | 14 | ||
15 | PV = "0.0+svnr${SRCREV}" | 15 | PV = "0.0+svnr${SRCREV}" |
16 | PR = "r6" | 16 | PR = "r7" |
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 = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \ | 22 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \ |
23 | file://startup_fix.diff;patch=1 \ | 23 | file://startup_fix.diff;patch=1" |
24 | file://fix_sync_funcname.patch" | ||
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)}" |