From d39c6738df4b7e8ef22f2a7154274c1d08b1d51f Mon Sep 17 00:00:00 2001 From: Zhai Edwin Date: Mon, 26 Sep 2011 19:55:47 +0800 Subject: matchbox: Upgrade SRCREV to reflect recent accpeted patches by upstream (From OE-Core rev: 33a1a05ef988c69f8ff8e38c6723922082e5d1aa) Signed-off-by: Zhai Edwin Signed-off-by: Richard Purdie --- .../matchbox-panel-2/matchbox-panel-2_git.bb | 7 +++---- meta/recipes-sato/matchbox-panel-2/startup_fix.diff | 19 ------------------- 2 files changed, 3 insertions(+), 23 deletions(-) delete mode 100644 meta/recipes-sato/matchbox-panel-2/startup_fix.diff (limited to 'meta/recipes-sato/matchbox-panel-2') 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" DEPENDS += " ${@base_contains("MACHINE_FEATURES", "acpi", "libacpi", "",d)}" DEPENDS += " ${@base_contains("MACHINE_FEATURES", "apm", "apmd", "",d)}" -SRCREV = "982d9ea173dc87a84db2303d1a6a12607fc4d539" +SRCREV = "cdf7a22716b87468f10573f622d5c7a58a684e35" PV = "0.0+git${SRCPV}" -PR = "r1" +PR = "r0" RPROVIDES_${PN} = "matchbox-panel" RREPLACES_${PN} = "matchbox-panel" RCONFLICTS_${PN} = "matchbox-panel" SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git \ - file://gcc-4.6.0-compile.patch \ - file://startup_fix.diff" + file://gcc-4.6.0-compile.patch" EXTRA_OECONF = "--enable-startup-notification --enable-dbus" 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 @@ -Fixed the compile error caused by typo, upstream also need this. - -Signed-off-by: Zhai Edwin - -Upstream-Status: Pending - -Index: matchbox-panel-2/applets/startup/startup.c -=================================================================== ---- matchbox-panel-2/applets/startup/startup.c (revision 2109) -+++ matchbox-panel-2/applets/startup/startup.c (working copy) -@@ -229,7 +229,7 @@ - applet = g_slice_new0 (StartupApplet); - - applet->launch_list = NULL; -- applet->hourglass_show = FALSE; -+ applet->hourglass_shown = FALSE; - - /* Create image */ - applet->image = MB_PANEL_SCALING_IMAGE -- cgit v1.2.3-54-g00ecf