diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-08-08 12:41:28 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-08-10 18:14:59 +0100 |
commit | a06e5ac2218eaa9dd10c919acc507b8e2f76c2ec (patch) | |
tree | d794a5f57471d1e3d5f4a3495001ac8e64b7d342 /meta/recipes-gnome | |
parent | f664ecb910fdcc20aa9d3db6f5402e9008a5dd13 (diff) | |
download | poky-a06e5ac2218eaa9dd10c919acc507b8e2f76c2ec.tar.gz |
libhandy: upstream has moved to gnome
(From OE-Core rev: dccb7dd6dcc092b35f6665bd4dc9aee1378b599e)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/libhandy/libhandy_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/libhandy/libhandy_git.bb b/meta/recipes-gnome/libhandy/libhandy_git.bb index 64258941ee..9f74014640 100644 --- a/meta/recipes-gnome/libhandy/libhandy_git.bb +++ b/meta/recipes-gnome/libhandy/libhandy_git.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "A library full of GTK+ widgets for mobile phones" | |||
2 | LICENSE = "LGPLv2.1" | 2 | LICENSE = "LGPLv2.1" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
4 | 4 | ||
5 | SRC_URI = "git://source.puri.sm/Librem5/${BPN}.git;protocol=https" | 5 | SRC_URI = "git://gitlab.gnome.org/GNOME/${BPN}.git;protocol=https" |
6 | SRCREV = "7a193d7692c9c76a1a94f17c4d30b585f77d177c" | 6 | SRCREV = "7a193d7692c9c76a1a94f17c4d30b585f77d177c" |
7 | S = "${WORKDIR}/git" | 7 | S = "${WORKDIR}/git" |
8 | PV = "0.0.13" | 8 | PV = "0.0.13" |