summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-2.0/glib.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/glib-2.0/glib.inc')
-rw-r--r--meta/recipes-core/glib-2.0/glib.inc34
1 files changed, 34 insertions, 0 deletions
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc
new file mode 100644
index 0000000000..6e7f6a3347
--- /dev/null
+++ b/meta/recipes-core/glib-2.0/glib.inc
@@ -0,0 +1,34 @@
1DESCRIPTION = "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"
2# pcre is under BSD;
3# docs/reference/COPYING is with a 'public domai'-like license!
4LICENSE = "LGPLv2+ & BSD & public domain"
5LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
6 file://glib/glib.h;startline=4;endline=17;md5=a4332fe58b076f29d07c9c066d2967b6 \
7 file://gmodule/COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
8 file://gmodule/gmodule.h;startline=4;endline=17;md5=76ab161b37202cd004073c42fac276ed \
9 file://glib/pcre/COPYING;md5=266ebc3ff74ee9ce6fad65577667c0f4 \
10 file://glib/pcre/pcre.h;startline=11;endline=35;md5=000109ccf7c4c470b74046e2cc59f7e3 \
11 file://docs/reference/COPYING;md5=f51a5100c17af6bae00735cd791e1fcc"
12BUGTRACKER = "http://bugzilla.gnome.org"
13SECTION = "libs"
14
15require glib-2.0.inc
16
17DEPENDS = "glib-2.0-native gtk-doc-native virtual/libiconv virtual/libintl zip"
18DEPENDS_virtclass-native = "gtk-doc-native pkgconfig-native gettext-native"
19PACKAGES =+ "glib-2.0-utils "
20
21LEAD_SONAME = "libglib-2.0.*"
22FILES_glib-2.0-utils = "${bindir}/*"
23
24inherit autotools pkgconfig gettext
25
26S = "${WORKDIR}/glib-${PV}"
27
28EXTRA_OECONF = "--disable-debug --enable-included-printf=no"
29EXTRA_OECONF_virtclass-native = ""
30
31FILES_${PN} = "${libdir}/lib*${SOLIBS}"
32FILES_${PN}-dev += "${libdir}/glib-2.0/include"
33
34ARM_INSTRUCTION_SET = "arm"