diff options
Diffstat (limited to 'meta-gnome/recipes-gnome/gobject-introspection/gobject-introspection_0.9.10.bb')
| -rw-r--r-- | meta-gnome/recipes-gnome/gobject-introspection/gobject-introspection_0.9.10.bb | 32 |
1 files changed, 0 insertions, 32 deletions
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 f1a46a10b2..0000000000 --- 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 | " | ||
