diff options
author | Ross Burton <ross.burton@intel.com> | 2013-06-18 09:27:51 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-18 17:33:16 +0100 |
commit | e8581c4d1873fa07c1346c54734daf536ade6475 (patch) | |
tree | 21b736574a99925d4fe4ff2186d401cd3018d6de /meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb | |
parent | 6038a40e0e6ac3250de2380838e9725b5384bfe3 (diff) | |
download | poky-e8581c4d1873fa07c1346c54734daf536ade6475.tar.gz |
matchbox-panel: bump SRCREV for linkage fixes
Newer toolchains are stricter with linking. Patches have been merged upstream
so bump the SRCREV to use them.
(From OE-Core rev: 55801d72917a75e10c3a470cbd183adce3e67cfc)
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 | 2 |
1 files changed, 1 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 1160b87f47..ba2780b846 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,7 +11,7 @@ DEPENDS = "gnome-common gtk+ startup-notification dbus dbus-glib" | |||
11 | DEPENDS += " ${@base_contains("MACHINE_FEATURES", "acpi", "libacpi", "",d)}" | 11 | DEPENDS += " ${@base_contains("MACHINE_FEATURES", "acpi", "libacpi", "",d)}" |
12 | DEPENDS += " ${@base_contains("MACHINE_FEATURES", "apm", "apmd", "",d)}" | 12 | DEPENDS += " ${@base_contains("MACHINE_FEATURES", "apm", "apmd", "",d)}" |
13 | 13 | ||
14 | SRCREV = "c03234512784b78a95b5aa9ca445d05836b9d51a" | 14 | SRCREV = "26a3a67b41c50e0ae163d8fe86ccf7a0f0a671ae" |
15 | PV = "2.0+git${SRCPV}" | 15 | PV = "2.0+git${SRCPV}" |
16 | PR = "r0" | 16 | PR = "r0" |
17 | 17 | ||