]> code.ossystems Code Review - openembedded-core.git/commitdiff
glib-networking:enable glib-networking build as native package
authorJiang Lu <lu.jiang@windriver.com>
Thu, 12 Sep 2019 09:08:20 +0000 (05:08 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 15 Sep 2019 16:51:59 +0000 (17:51 +0100)
Enable glib-networking build as a native package, for it is depended
by libsoup.

Signed-off-by: Jiang Lu <lu.jiang@windriver.com>
Signed-off-by: Liwei Song <liwei.song@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/glib-networking/glib-networking_2.60.3.bb

index d893b7a3a102be5a8bb71ccfb4e87e11f92de4dc..0278ab2fb68908b0b10c15f30ac12b474494bb85 100644 (file)
@@ -30,3 +30,5 @@ FILES_${PN} += "\
                 "
 FILES_${PN}-dev += "${libdir}/gio/modules/libgio*.la"
 FILES_${PN}-staticdev += "${libdir}/gio/modules/libgio*.a"
+
+BBCLASSEXTEND = "native"