summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorJiang Lu <lu.jiang@windriver.com>2019-09-12 05:08:20 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-09-15 17:51:59 +0100
commitbfcc9680fbc8a79f114fd66b8a6f9befb4676817 (patch)
tree55330fd8a0ab5a90403a06cb4fa486b469736796 /meta/recipes-core
parentf93bf3bd051923618ce3949d5686fdb8cf998645 (diff)
downloadopenembedded-core-contrib-bfcc9680fbc8a79f114fd66b8a6f9befb4676817.tar.gz
glib-networking:enable glib-networking build as native package
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>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/glib-networking/glib-networking_2.60.3.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/glib-networking/glib-networking_2.60.3.bb b/meta/recipes-core/glib-networking/glib-networking_2.60.3.bb
index d893b7a3a1..0278ab2fb6 100644
--- a/meta/recipes-core/glib-networking/glib-networking_2.60.3.bb
+++ b/meta/recipes-core/glib-networking/glib-networking_2.60.3.bb
@@ -30,3 +30,5 @@ FILES_${PN} += "\
"
FILES_${PN}-dev += "${libdir}/gio/modules/libgio*.la"
FILES_${PN}-staticdev += "${libdir}/gio/modules/libgio*.a"
+
+BBCLASSEXTEND = "native"