aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-navigation
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2020-08-09 14:35:04 +0200
committerKhem Raj <raj.khem@gmail.com>2020-08-09 13:00:23 -0700
commit829fd31adea1ee5c78ce7ab0760c71bcac8752a1 (patch)
treedfeb6103ece3bf1976ebf463848e4c88ef09634d /meta-oe/recipes-navigation
parent610b7e1d284f64ce888089792e1ebc6d8b76e39b (diff)
downloadmeta-openembedded-829fd31adea1ee5c78ce7ab0760c71bcac8752a1.tar.gz
geoclue: upgrade 2.5.3 -> 2.5.6
While at it: * remove unnecessary exports * minor recipe cleanup Release notes [1] 2.5.6: * Fix crashes in WiFi handling code. * Plug a leak. 2.5.5: * Plug another leak. * Fix another buffer overflow. * Fix WiFi-geolocation that got broken in 2.5.4. * Put freequently used small strings on the stack to avoid excessive memory usage. 2.5.4: * Plug a leak that becomes pretty huge after a while of running Geoclue. * Fix a buffer-overflow. [1] https://gitlab.freedesktop.org/geoclue/geoclue/-/releases Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-navigation')
-rw-r--r--meta-oe/recipes-navigation/geoclue/geoclue_2.5.6.bb (renamed from meta-oe/recipes-navigation/geoclue/geoclue_2.5.3.bb)12
1 files changed, 2 insertions, 10 deletions
diff --git a/meta-oe/recipes-navigation/geoclue/geoclue_2.5.3.bb b/meta-oe/recipes-navigation/geoclue/geoclue_2.5.6.bb
index e57e7a7209..03a10ce62c 100644
--- a/meta-oe/recipes-navigation/geoclue/geoclue_2.5.3.bb
+++ b/meta-oe/recipes-navigation/geoclue/geoclue_2.5.6.bb
@@ -12,17 +12,9 @@ DEPENDS = "glib-2.0 dbus json-glib libsoup-2.4 intltool-native"
inherit meson pkgconfig gtk-doc gobject-introspection vala
-SRC_URI = " \
- https://gitlab.freedesktop.org/geoclue/geoclue/-/archive/${PV}/geoclue-${PV}.tar \
-"
-
-SRC_URI[md5sum] = "6228301ed62b587ebaa0438b97ce66e4"
-SRC_URI[sha256sum] = "3caa5e10190a34c17a9b3a9d1d8a19797ed197f07f36f6e35ce533a379efe155"
+SRC_URI = "https://gitlab.freedesktop.org/geoclue/geoclue/-/archive/${PV}/geoclue-${PV}.tar"
-export BUILD_SYS
-export HOST_SYS
-export STAGING_INCDIR
-export STAGING_LIBDIR
+SRC_URI[sha256sum] = "76494f1262fd90faea05116aface7f580b9b50f7c525bc86ccf33409cea95e8d"
# Without this line, package is declared a library and named libgeoclue*
AUTO_LIBNAME_PKGS = ""