summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-09-26 17:06:36 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-09-26 17:48:30 +0100
commit4e2b86787ed7a44ad88aa1431207d049c2cb444a (patch)
tree270aafe875828fe6cf1eeaaf8f4f814bfc636684 /meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb
parent63d164b755b984021f7e3cdba7280918ded6e821 (diff)
downloadopenembedded-core-contrib-4e2b86787ed7a44ad88aa1431207d049c2cb444a.tar.gz
matchbox-panel: silence some pointless warnings
The battery applet emits a warning if the hardware doesn't have a battery (it shouldn't) and the parser emits a warning if two separators are used in a row (which happens if the hardware has a keyboard). Silence these with a patch from upstream. [ YOCTO #4061 ] Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb')
-rw-r--r--meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb3
1 files changed, 2 insertions, 1 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 1e2a7ae2ad..eff20f0493 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
@@ -19,7 +19,8 @@ RPROVIDES_${PN} = "matchbox-panel"
RREPLACES_${PN} = "matchbox-panel"
RCONFLICTS_${PN} = "matchbox-panel"
-SRC_URI = "git://git.yoctoproject.org/${BPN}"
+SRC_URI = "git://git.yoctoproject.org/${BPN} \
+ file://silence-warnings.patch"
EXTRA_OECONF = "--enable-startup-notification --enable-dbus"
EXTRA_OECONF += " ${@base_contains("MACHINE_FEATURES", "acpi", "--with-battery=acpi", "",d)}"