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 09:38:37 +0100 |
commit | 55801d72917a75e10c3a470cbd183adce3e67cfc (patch) | |
tree | 06af1f9c7b92a6a624a0c4e5783d967bd1a58a47 /meta/recipes-sato/matchbox-panel-2 | |
parent | 255c22994449c3d9eb34c80f0a1159ad6714347e (diff) | |
download | openembedded-core-contrib-55801d72917a75e10c3a470cbd183adce3e67cfc.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.
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')
-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 1160b87f47a..ba2780b8466 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" DEPENDS += " ${@base_contains("MACHINE_FEATURES", "acpi", "libacpi", "",d)}" DEPENDS += " ${@base_contains("MACHINE_FEATURES", "apm", "apmd", "",d)}" -SRCREV = "c03234512784b78a95b5aa9ca445d05836b9d51a" +SRCREV = "26a3a67b41c50e0ae163d8fe86ccf7a0f0a671ae" PV = "2.0+git${SRCPV}" PR = "r0" |