Enable libsoup build as a native package, for it may invoked by other native package, such as ostree.
Signed-off-by: Jiang Lu <[email protected]> --- meta/recipes-support/libsoup/libsoup-2.4_2.64.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.64.2.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.64.2.bb index a123818cf3..c2284c0458 100644 --- a/meta/recipes-support/libsoup/libsoup-2.4_2.64.2.bb +++ b/meta/recipes-support/libsoup/libsoup-2.4_2.64.2.bb @@ -50,3 +50,5 @@ DEBIAN_NOAUTONAME_${PN} = "1" # glib-networking is needed for SSL, proxies, etc. DEPENDS += "glib-networking" + +BBCLASSEXTEND = "native" -- 2.17.1 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
