diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-10-10 22:09:36 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-14 12:53:22 +0100 |
commit | 0039d76b55a4878a67e42c1234441a0fcabf3224 (patch) | |
tree | a07718bc40da45b4f864c3201d403b7e402bda85 /meta | |
parent | fc63229d9cd2e5061cab0686aba4d18bc3fb4e4f (diff) | |
download | openembedded-core-0039d76b55a4878a67e42c1234441a0fcabf3224.tar.gz openembedded-core-0039d76b55a4878a67e42c1234441a0fcabf3224.tar.bz2 openembedded-core-0039d76b55a4878a67e42c1234441a0fcabf3224.zip |
glib-2.0: Extend to provide nativesdk recipe
qemu-nativesdk 0.15 needs it
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/glib-2.0/glib-2.0_2.30.0.bb | 2 |
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 SRC_URI_append_libc-uclibc = " ${@['', 'file://no-iconv.patch']['${PN}' == '${BPN}']}" SRC_URI_append_virtclass-native = " file://glib-gettextize-dir.patch" -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk" do_configure_prepend() { # missing ${topdir}/gtk-doc.make and --disable-gtk-doc* is not enough, because it calls gtkdocize (not provided by gtk-doc-native) |