diff options
author | Piotr Tworek <tworaz@tworaz.net> | 2019-08-19 20:18:39 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-08-19 18:20:38 -0700 |
commit | 2d43fa20cacb109f24327c5839ac46636ac72119 (patch) | |
tree | fc006769622b92378c924b8d81705e46b344ee07 | |
parent | 4f9d5b97d6e7c75565c129d3acf58cbf01eae8f8 (diff) | |
download | meta-openembedded-2d43fa20cacb109f24327c5839ac46636ac72119.tar.gz |
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@tworaz.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-devtools/libgee/libgee_0.20.2.bb (renamed from meta-oe/recipes-devtools/libgee/libgee_0.20.1.bb) | 8 |
1 files 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 index 190e5dd4e6..a048e48326 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" | |||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" |
10 | 10 | ||
11 | PE = "1" | 11 | PE = "1" |
12 | inherit gnomebase vala gobject-introspection | ||
12 | 13 | ||
13 | inherit autotools vala pkgconfig gobject-introspection | ||
14 | do_configure_prepend() { | 14 | do_configure_prepend() { |
15 | MACROS="libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4" | 15 | MACROS="libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4" |
16 | for i in ${MACROS}; do | 16 | for i in ${MACROS}; do |
@@ -18,7 +18,5 @@ do_configure_prepend() { | |||
18 | done | 18 | done |
19 | } | 19 | } |
20 | 20 | ||
21 | SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}" | 21 | SRC_URI[archive.md5sum] = "45db478f2b300ada8e039ebc6c9458de" |
22 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libgee/${SHRT_VER}/${BP}.tar.xz" | 22 | SRC_URI[archive.sha256sum] = "9e035c4b755f46bfae70ba81cdcf8328b03f554373cec8c816e8b5680f85353c" |
23 | SRC_URI[md5sum] = "d224dca55bb909f6730f40cc267337be" | ||
24 | SRC_URI[sha256sum] = "bb2802d29a518e8c6d2992884691f06ccfcc25792a5686178575c7111fea4630" | ||