[oe-commits] [meta-openembedded] 03/05: libgee: Update to version 0.20.2

git at git.openembedded.org git at git.openembedded.org
Mon Aug 19 04:47:40 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 15d6694afc25a2f5e01162bce3db0235b250278b
Author: Piotr Tworek <tworaz at tworaz.net>
AuthorDate: Sun Aug 18 20:11:09 2019 +0200

    libgee: Update to version 0.20.2
    
    This is the latest upstream stable version of this package.
    
    While doing the update also switch the package to use gnomebase bbclass
    from oe-core. This bbclass uses much  better SRC_URI pattern that can
    also use GNOME mirrors.
    
    Signed-off-by: Piotr Tworek <tworaz at tworaz.net>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../libgee/{libgee_0.20.1.bb => libgee_0.20.2.bb}                 | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/meta-oe/recipes-devtools/libgee/libgee_0.20.1.bb b/meta-oe/recipes-devtools/libgee/libgee_0.20.2.bb
similarity index 58%
rename from meta-oe/recipes-devtools/libgee/libgee_0.20.1.bb
rename to meta-oe/recipes-devtools/libgee/libgee_0.20.2.bb
index 190e5dd..a048e48 100644
--- a/meta-oe/recipes-devtools/libgee/libgee_0.20.1.bb
+++ b/meta-oe/recipes-devtools/libgee/libgee_0.20.2.bb
@@ -9,8 +9,8 @@ LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
 
 PE = "1"
+inherit gnomebase vala gobject-introspection
 
-inherit autotools vala pkgconfig gobject-introspection
 do_configure_prepend() {
     MACROS="libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4"
     for i in ${MACROS}; do
@@ -18,7 +18,5 @@ do_configure_prepend() {
     done
 }
 
-SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}"
-SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libgee/${SHRT_VER}/${BP}.tar.xz"
-SRC_URI[md5sum] = "d224dca55bb909f6730f40cc267337be"
-SRC_URI[sha256sum] = "bb2802d29a518e8c6d2992884691f06ccfcc25792a5686178575c7111fea4630"
+SRC_URI[archive.md5sum] = "45db478f2b300ada8e039ebc6c9458de"
+SRC_URI[archive.sha256sum] = "9e035c4b755f46bfae70ba81cdcf8328b03f554373cec8c816e8b5680f85353c"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list