diff options
author | Jiang Lu <lu.jiang@windriver.com> | 2019-09-12 05:08:20 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-09-15 17:51:59 +0100 |
commit | bfcc9680fbc8a79f114fd66b8a6f9befb4676817 (patch) | |
tree | 55330fd8a0ab5a90403a06cb4fa486b469736796 /meta/recipes-core/glib-networking | |
parent | f93bf3bd051923618ce3949d5686fdb8cf998645 (diff) | |
download | openembedded-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/glib-networking')
-rw-r--r-- | meta/recipes-core/glib-networking/glib-networking_2.60.3.bb | 2 |
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 d893b7a3a10..0278ab2fb68 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" |