diff options
Diffstat (limited to 'meta-oe/recipes-core/glib-2.0/glib.inc')
-rw-r--r-- | meta-oe/recipes-core/glib-2.0/glib.inc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-oe/recipes-core/glib-2.0/glib.inc b/meta-oe/recipes-core/glib-2.0/glib.inc index 9eafbd89d7..0800c85c4a 100644 --- a/meta-oe/recipes-core/glib-2.0/glib.inc +++ b/meta-oe/recipes-core/glib-2.0/glib.inc | |||
@@ -2,7 +2,7 @@ SUMMARY = "A general-purpose utility library" | |||
2 | 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." | 2 | 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." |
3 | # pcre is under BSD; | 3 | # pcre is under BSD; |
4 | # docs/reference/COPYING is with a 'public domai'-like license! | 4 | # docs/reference/COPYING is with a 'public domai'-like license! |
5 | LICENSE = "LGPLv2+ & BSD & public domain" | 5 | LICENSE = "LGPLv2+ & BSD & PD" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ |
7 | file://glib/glib.h;startline=4;endline=17;md5=a4332fe58b076f29d07c9c066d2967b6 \ | 7 | file://glib/glib.h;startline=4;endline=17;md5=a4332fe58b076f29d07c9c066d2967b6 \ |
8 | file://gmodule/COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ | 8 | file://gmodule/COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ |
@@ -31,7 +31,8 @@ EXTRA_OECONF = "--disable-debug --enable-included-printf=no" | |||
31 | EXTRA_OECONF_virtclass-native = "" | 31 | EXTRA_OECONF_virtclass-native = "" |
32 | EXTRA_OECONF_linuxstdbase = "--enable-included-printf=no" | 32 | EXTRA_OECONF_linuxstdbase = "--enable-included-printf=no" |
33 | 33 | ||
34 | FILES_${PN} = "${libdir}/lib*${SOLIBS}" | 34 | FILES_${PN} = "${libdir}/lib*${SOLIBS} ${sysconfdir}/bash_completion.d ${datadir}/glib-2.0/schemas" |
35 | FILES_${PN}-dev += "${libdir}/glib-2.0/include ${libdir}/gdbus-codegen/*.py" | 35 | FILES_${PN}-dev += "${libdir}/glib-2.0/include" |
36 | FILES_${PN}-dbg += "${datadir}/glib-2.0/gdb ${datadir}/gdb" | ||
36 | 37 | ||
37 | ARM_INSTRUCTION_SET = "arm" | 38 | ARM_INSTRUCTION_SET = "arm" |