[oe-commits] [openembedded-core] 25/58: libsoup:enable libsoup build as native package

git at git.openembedded.org git at git.openembedded.org
Sun Sep 15 16:59:19 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 86e654ce051d4067d1601d68ad5f4729ab3d462f
Author: Jiang Lu <lu.jiang at windriver.com>
AuthorDate: Thu Sep 12 05:08:21 2019 -0400

    libsoup:enable libsoup build as native package
    
    Enable libsoup build as a native package, for it may invoked by
    other native package, such as ostree.
    
    Signed-off-by: Jiang Lu <lu.jiang at windriver.com>
    Signed-off-by: Liwei Song <liwei.song at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-support/libsoup/libsoup-2.4_2.66.2.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.66.2.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.66.2.bb
index c4715a0..357f2fd 100644
--- a/meta/recipes-support/libsoup/libsoup-2.4_2.66.2.bb
+++ b/meta/recipes-support/libsoup/libsoup-2.4_2.66.2.bb
@@ -36,3 +36,5 @@ DEBIAN_NOAUTONAME_${PN} = "1"
 
 # glib-networking is needed for SSL, proxies, etc.
 RRECOMMENDS_${PN} = "glib-networking"
+
+BBCLASSEXTEND = "native"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list