diff options
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)}" |