aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mpfr
AgeCommit message (Expand)Author
2010-10-21mpfr: remove 'PATCHES' file so it can build on case insensitive filesystems w...Koen Kooi
2010-10-21mpfr: update from p3 to p4 patchsetChris Larson
2010-09-30mpfr-canadian: fixed patching by adding FILESPATHPKGFrans Meulenbroeks
2010-09-30mpfr : moved unused files to obsolete dirFrans Meulenbroeks
2010-09-21gcc-cross,gcc-cross-sdk: Link libmpfr, libgmp, libmpc and libelf statically i...Khem Raj
2010-08-17mpfr.inc: Set INC_PR not PRTom Rini
2010-08-17mpfr: Add nativesdk, switch to INC_PR, drop mpfr-native_svnTom Rini
2010-08-15mpfr: remove old versionsFrans Meulenbroeks
2010-08-03mpfr_3.0.0.bb: Override needs to be thumb instead of armv4tKhem Raj
2010-08-03500+ recipes: remove do_stageFrans Meulenbroeks
2010-07-29mpfr-3.0.0.bb: use existing long-long-thumb.patch instead of arm mode for armv4tKlaus Kurzmann
2010-07-29mpfr: move ARM_INSTRUCTION_SET to mpfr.incKlaus Kurzmann
2010-07-29mpfr_3.0.0.bb: set ARM_INSTRUCTION_SET to arm for armv4tKlaus Kurzmann
2010-07-28grep, mpfr: Dont use .xz in SRC_URI yet.Khem Raj
2010-07-27libmpfr: bump versionBernhard Reutner-Fischer
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
2009-12-19mpfr_2.3.1.bb: Dont use 'h' asm constraint on mips.Khem Raj
2009-05-06mpfr: Both GPL and LGPL componentsTom Rini
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
olor: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
DESCRIPTION = "GLib is a general-purpose utility library, \
which provides many useful data types, macros, \
type conversions, string utilities, file utilities, a main \
loop abstraction, and so on. It works on many \
UNIX-like platforms, Windows, OS/2 and BeOS."
LICENSE = "LGPL"
SECTION = "libs"
PRIORITY = "optional"
MAINTAINER = "Philip Blundell <pb@handhelds.org>"
DEPENDS = "gtk-doc-native"
PR = "r0"

EXTRA_OECONF = "--disable-debug"

SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.6/glib-${PV}.tar.bz2 \
           file://glibconfig-sysdefs.h"

S = "${WORKDIR}/glib-${PV}"

inherit autotools pkgconfig native gettext

acpaths = ""
do_configure_prepend () {
	install -m 0644 ${WORKDIR}/glibconfig-sysdefs.h .
}

do_stage () {
	install -m 0755 gobject/glib-mkenums ${STAGING_BINDIR}/
	install -m 0755 gobject/.libs/glib-genmarshal ${STAGING_BINDIR}/
	install -m 0755 glib-gettextize ${STAGING_BINDIR}/
	oe_libinstall -so -C glib libglib-2.0 ${STAGING_LIBDIR}
	oe_libinstall -so -C gmodule libgmodule-2.0 ${STAGING_LIBDIR}
	oe_libinstall -so -C gthread libgthread-2.0 ${STAGING_LIBDIR}
	oe_libinstall -so -C gobject libgobject-2.0 ${STAGING_LIBDIR}
	autotools_stage_includes
	install -d ${STAGING_INCDIR}/glib-2.0/glib
	install -m 0755 ${S}/glibconfig.h ${STAGING_INCDIR}/glib-2.0/glibconfig.h
	install -d ${STAGING_DATADIR}/aclocal
	install -m 0644 ${S}/m4macros/glib-2.0.m4 ${STAGING_DATADIR}/aclocal/glib-2.0.m4
	install -m 0644 ${S}/m4macros/glib-gettext.m4 ${STAGING_DATADIR}/aclocal/glib-gettext.m4
	install -d ${STAGING_DATADIR}/glib-2.0/gettext/po
	install -m 0755 mkinstalldirs ${STAGING_DATADIR}/glib-2.0/gettext/
	install -m 0644 po/Makefile.in.in ${STAGING_DATADIR}/glib-2.0/gettext/po/
}

do_install () {
	:
}