summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-2.0
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-10-10 22:09:36 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-14 13:18:14 +0100
commitf7cd81390e46be43b2cea52ceccad52caa917ba3 (patch)
tree3a48f10f3a171c5ea84093d1ad9107733217812b /meta/recipes-core/glib-2.0
parent677d033224a5fd2893347f427ebad302ca95b508 (diff)
downloadpoky-f7cd81390e46be43b2cea52ceccad52caa917ba3.tar.gz
glib-2.0: Extend to provide nativesdk recipe
qemu-nativesdk 0.15 needs it (From OE-Core rev: 0039d76b55a4878a67e42c1234441a0fcabf3224) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glib-2.0')
-rw-r--r--meta/recipes-core/glib-2.0/glib-2.0_2.30.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.30.0.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.30.0.bb
index 3b447030bb..8fc6c8125a 100644
--- a/meta/recipes-core/glib-2.0/glib-2.0_2.30.0.bb
+++ b/meta/recipes-core/glib-2.0/glib-2.0_2.30.0.bb
@@ -21,7 +21,7 @@ SRC_URI[sha256sum] = "ca9c731017ab370859e847f8b70079bc6dcf389dc0ccb0d0419925aff8
21SRC_URI_append_libc-uclibc = " ${@['', 'file://no-iconv.patch']['${PN}' == '${BPN}']}" 21SRC_URI_append_libc-uclibc = " ${@['', 'file://no-iconv.patch']['${PN}' == '${BPN}']}"
22 22
23SRC_URI_append_virtclass-native = " file://glib-gettextize-dir.patch" 23SRC_URI_append_virtclass-native = " file://glib-gettextize-dir.patch"
24BBCLASSEXTEND = "native" 24BBCLASSEXTEND = "native nativesdk"
25 25
26do_configure_prepend() { 26do_configure_prepend() {
27 # missing ${topdir}/gtk-doc.make and --disable-gtk-doc* is not enough, because it calls gtkdocize (not provided by gtk-doc-native) 27 # missing ${topdir}/gtk-doc.make and --disable-gtk-doc* is not enough, because it calls gtkdocize (not provided by gtk-doc-native)