diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-04-28 18:35:22 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-07 16:42:46 +0100 |
commit | b072f0c12444c17ac36106a9bc4eae4797ba2a03 (patch) | |
tree | e0d0f0db86fdc93d74984951ab59862cf8f0e6d8 /meta/recipes-gnome/gnome | |
parent | 825e42f88011d41b19204a55d5493c1d751e4cc7 (diff) | |
download | poky-b072f0c12444c17ac36106a9bc4eae4797ba2a03.tar.gz |
gobject-introspection: upgrade to 1.32.1
* simplify SRC_URI
* add COPYING to LIC_FILES_CHKSUM
(From OE-Core rev: 117cb418dedd35afce35598fd68a18721db6e9c9)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gnome')
-rw-r--r-- | meta/recipes-gnome/gnome/gobject-introspection_1.32.1.bb (renamed from meta/recipes-gnome/gnome/gobject-introspection_1.31.20.bb) | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/meta/recipes-gnome/gnome/gobject-introspection_1.31.20.bb b/meta/recipes-gnome/gnome/gobject-introspection_1.32.1.bb index beb96a65f0..f51e83e3f4 100644 --- a/meta/recipes-gnome/gnome/gobject-introspection_1.31.20.bb +++ b/meta/recipes-gnome/gnome/gobject-introspection_1.32.1.bb | |||
@@ -3,16 +3,19 @@ DEPENDS = "glib-2.0 libffi python-native gobject-introspection-native" | |||
3 | DEPENDS_virtclass-native = "glib-2.0-native libffi-native python-native bison-native flex-native" | 3 | DEPENDS_virtclass-native = "glib-2.0-native libffi-native python-native bison-native flex-native" |
4 | BBCLASSEXTEND = "native" | 4 | BBCLASSEXTEND = "native" |
5 | 5 | ||
6 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/gobject-introspection/1.31/gobject-introspection-1.31.20.tar.xz \ | 6 | SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}" |
7 | SRC_URI = "\ | ||
8 | ${GNOME_MIRROR}/${BPN}/${SHRT_VER}/${BP}.tar.xz \ | ||
7 | file://use-usr-bin-env-for-python.patch \ | 9 | file://use-usr-bin-env-for-python.patch \ |
8 | " | 10 | " |
9 | 11 | ||
10 | SRC_URI[md5sum] = "05d9ac99a5929d002867b86a2a69b8b5" | 12 | SRC_URI[md5sum] = "7bbdb696c37bb98aef5af02c4b8975e3" |
11 | SRC_URI[sha256sum] = "e1552884b642e7e5a56a175ae85bfdebfd16c29a7bbe4f6ca9cdf591e333f070" | 13 | SRC_URI[sha256sum] = "44f3fb933f76e4728818cc360cb5f9e2edcbdf9bc8a8f9aded99b3e3ef5cb858" |
12 | 14 | ||
13 | LICENSE = "GPLv2+ & LGPLv2+" | 15 | LICENSE = "GPLv2+ & LGPLv2+" |
14 | LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=94d55d512a9ba36caa9b7df079bae19f \ | 16 | LIC_FILES_CHKSUM = "file://COPYING;md5=90d577535a3898e1ae5dbf0ae3509a8c \ |
15 | file://COPYING.LGPL;md5=3bf50002aefd002f49e7bb854063f7e7" | 17 | file://COPYING.GPL;md5=94d55d512a9ba36caa9b7df079bae19f \ |
18 | file://COPYING.LGPL;md5=3bf50002aefd002f49e7bb854063f7e7" | ||
16 | 19 | ||
17 | inherit autotools | 20 | inherit autotools |
18 | 21 | ||