diff options
author | Ross Burton <ross.burton@intel.com> | 2013-09-26 17:06:36 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-30 22:11:56 +0100 |
commit | e8e3b62d6b9086a2147fa15c849b5a36ba1e9812 (patch) | |
tree | f84e1f992ce78eac81c56a340fcb47071cf84255 /meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb | |
parent | 0ac89346dea9ae52aa9b8c11a6e6bf84ab82e3c9 (diff) | |
download | poky-e8e3b62d6b9086a2147fa15c849b5a36ba1e9812.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 ]
(From OE-Core rev: 4e2b86787ed7a44ad88aa1431207d049c2cb444a)
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.bb | 3 |
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" | |||
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}" | 22 | SRC_URI = "git://git.yoctoproject.org/${BPN} \ |
23 | file://silence-warnings.patch" | ||
23 | 24 | ||
24 | EXTRA_OECONF = "--enable-startup-notification --enable-dbus" | 25 | EXTRA_OECONF = "--enable-startup-notification --enable-dbus" |
25 | EXTRA_OECONF += " ${@base_contains("MACHINE_FEATURES", "acpi", "--with-battery=acpi", "",d)}" | 26 | EXTRA_OECONF += " ${@base_contains("MACHINE_FEATURES", "acpi", "--with-battery=acpi", "",d)}" |