diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-04-28 18:07:41 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-05-06 09:37:08 +0200 |
commit | d822bb304a6a8c06f67b1e917d6268a290f868fc (patch) | |
tree | 154b3a88de7a18fff1abf779ced7b5de5f4abb26 /meta-gnome | |
parent | f769b97271cf4158ec700d32a56d18a756a1ddcb (diff) | |
download | meta-openembedded-d822bb304a6a8c06f67b1e917d6268a290f868fc.tar.gz |
libsoup-2.4, gobject-introspection: upgraded in oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome')
3 files changed, 0 insertions, 86 deletions
diff --git a/meta-gnome/recipes-gnome/gobject-introspection/gobject-introspection/use-usr-bin-env-for-python.patch b/meta-gnome/recipes-gnome/gobject-introspection/gobject-introspection/use-usr-bin-env-for-python.patch deleted file mode 100644 index 67b85470d..000000000 --- a/meta-gnome/recipes-gnome/gobject-introspection/gobject-introspection/use-usr-bin-env-for-python.patch +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
1 | Index: gobject-introspection-0.9.10/tools/g-ir-annotation-tool.in | ||
2 | =================================================================== | ||
3 | --- gobject-introspection-0.9.10.orig/tools/g-ir-annotation-tool.in | ||
4 | +++ gobject-introspection-0.9.10/tools/g-ir-annotation-tool.in | ||
5 | @@ -1,4 +1,4 @@ | ||
6 | -#!@PYTHON@ | ||
7 | +#!/usr/bin/env python | ||
8 | # -*- Mode: Python -*- | ||
9 | # GObject-Introspection - a framework for introspecting GObject libraries | ||
10 | # Copyright (C) 2008 Johan Dahlin | ||
11 | Index: gobject-introspection-0.9.10/tools/g-ir-scanner.in | ||
12 | =================================================================== | ||
13 | --- gobject-introspection-0.9.10.orig/tools/g-ir-scanner.in | ||
14 | +++ gobject-introspection-0.9.10/tools/g-ir-scanner.in | ||
15 | @@ -1,4 +1,4 @@ | ||
16 | -#!@PYTHON@ | ||
17 | +#!/usr/bin/env python | ||
18 | # -*- Mode: Python -*- | ||
19 | # GObject-Introspection - a framework for introspecting GObject libraries | ||
20 | # Copyright (C) 2008 Johan Dahlin | ||
diff --git a/meta-gnome/recipes-gnome/gobject-introspection/gobject-introspection_0.9.10.bb b/meta-gnome/recipes-gnome/gobject-introspection/gobject-introspection_0.9.10.bb deleted file mode 100644 index f1a46a10b..000000000 --- a/meta-gnome/recipes-gnome/gobject-introspection/gobject-introspection_0.9.10.bb +++ /dev/null | |||
@@ -1,32 +0,0 @@ | |||
1 | # NOTE: WIP! This recipe does not cross-compile atm., only -native | ||
2 | SECTION = "libs" | ||
3 | DEPENDS = "glib-2.0 libffi bison-native" | ||
4 | BBCLASSEXTEND = "native" | ||
5 | PR = "r1" | ||
6 | |||
7 | LICENSE = "GPLv2+ & LGPLv2+" | ||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=90d577535a3898e1ae5dbf0ae3509a8c \ | ||
9 | file://COPYING.GPL;md5=94d55d512a9ba36caa9b7df079bae19f \ | ||
10 | file://COPYING.LGPL;md5=3bf50002aefd002f49e7bb854063f7e7" | ||
11 | |||
12 | SRC_URI[md5sum] = "e5cd63d6bcc5c105e898e7c33cf42175" | ||
13 | SRC_URI[sha256sum] = "4bf244db75df04499dea704e7734376c0fc5a3a17fb59be2123c8d76111e6fb8" | ||
14 | |||
15 | SRC_URI = "\ | ||
16 | ${GNOME_MIRROR}/gobject-introspection/0.9/${BPN}-${PV}.tar.bz2 \ | ||
17 | file://use-usr-bin-env-for-python.patch \ | ||
18 | " | ||
19 | S = "${WORKDIR}/${BPN}-${PV}" | ||
20 | |||
21 | inherit autotools | ||
22 | |||
23 | do_configure_prepend() { | ||
24 | touch -f gtk-doc.make | ||
25 | } | ||
26 | |||
27 | EXTRA_OECONF = "\ | ||
28 | --disable-gtk-doc \ | ||
29 | --disable-gtk-doc-html \ | ||
30 | --disable-gtk-doc-pdf \ | ||
31 | --disable-tests \ | ||
32 | " | ||
diff --git a/meta-gnome/recipes-gnome/gobject-introspection/gobject-introspection_git.bb b/meta-gnome/recipes-gnome/gobject-introspection/gobject-introspection_git.bb deleted file mode 100644 index f7e890747..000000000 --- a/meta-gnome/recipes-gnome/gobject-introspection/gobject-introspection_git.bb +++ /dev/null | |||
@@ -1,34 +0,0 @@ | |||
1 | # NOTE: WIP! This recipe does not cross-compile atm., only -native | ||
2 | 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" | ||
4 | BBCLASSEXTEND = "native" | ||
5 | |||
6 | SRC_URI = "git://git.gnome.org/gobject-introspection;protocol=git \ | ||
7 | file://use-usr-bin-env-for-python.patch \ | ||
8 | " | ||
9 | |||
10 | LICENSE = "GPLv2+ & LGPLv2+" | ||
11 | LIC_FILES_CHKSUM = "file://COPYING.tools;md5=94d55d512a9ba36caa9b7df079bae19f \ | ||
12 | file://COPYING.lib;md5=3bf50002aefd002f49e7bb854063f7e7" | ||
13 | |||
14 | SRCREV = "8d64bc23d2b837421ecf9c7b0e4b8d5d95ca0d21" | ||
15 | PV = "1.29.0+gitr${SRCPV}" | ||
16 | PR = "r1" | ||
17 | DEFAULT_PREFERENCE = "-1" | ||
18 | |||
19 | S = "${WORKDIR}/git" | ||
20 | |||
21 | inherit autotools | ||
22 | |||
23 | BBCLASSEXTEND = "native" | ||
24 | |||
25 | do_configure_prepend () { | ||
26 | echo "EXTRA_DIST = " > ${S}/gtk-doc.make | ||
27 | } | ||
28 | |||
29 | EXTRA_OECONF = "\ | ||
30 | --disable-gtk-doc \ | ||
31 | --disable-gtk-doc-html \ | ||
32 | --disable-gtk-doc-pdf \ | ||
33 | --disable-tests \ | ||
34 | " | ||