diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-11-03 11:17:23 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-11-03 11:42:27 -0800 |
commit | 517998abcd0c107b2858319e4d397a46566292b0 (patch) | |
tree | 2b55354226d3acadf84a910f4d08ab7579f0740d | |
parent | a57f2a5e9732def6ab1989d41f392b5d046e5ab8 (diff) | |
download | meta-openembedded-517998abcd0c107b2858319e4d397a46566292b0.tar.gz |
geoclue: Use git fetcher
gitlab archives are not consistent and can be regenerated as well like
github, its therefore better to use git fetcher directly
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-navigation/geoclue/geoclue_2.5.6.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-navigation/geoclue/geoclue_2.5.6.bb b/meta-oe/recipes-navigation/geoclue/geoclue_2.5.6.bb index 03a10ce62c..b37441ecc6 100644 --- a/meta-oe/recipes-navigation/geoclue/geoclue_2.5.6.bb +++ b/meta-oe/recipes-navigation/geoclue/geoclue_2.5.6.bb | |||
@@ -12,9 +12,10 @@ DEPENDS = "glib-2.0 dbus json-glib libsoup-2.4 intltool-native" | |||
12 | 12 | ||
13 | inherit meson pkgconfig gtk-doc gobject-introspection vala | 13 | inherit meson pkgconfig gtk-doc gobject-introspection vala |
14 | 14 | ||
15 | SRC_URI = "https://gitlab.freedesktop.org/geoclue/geoclue/-/archive/${PV}/geoclue-${PV}.tar" | 15 | SRCREV = "555d676a91494b98ad0d52639590608a9594a8d3" |
16 | SRC_URI = "git://gitlab.freedesktop.org/geoclue/geoclue.git;protocol=https;nobranch=1" | ||
16 | 17 | ||
17 | SRC_URI[sha256sum] = "76494f1262fd90faea05116aface7f580b9b50f7c525bc86ccf33409cea95e8d" | 18 | S = "${WORKDIR}/git" |
18 | 19 | ||
19 | # Without this line, package is declared a library and named libgeoclue* | 20 | # Without this line, package is declared a library and named libgeoclue* |
20 | AUTO_LIBNAME_PKGS = "" | 21 | AUTO_LIBNAME_PKGS = "" |