[oe-commits] [meta-openembedded] 06/22: libev: allow to build a -native package

git at git.openembedded.org git at git.openembedded.org
Fri Nov 8 01:44:24 UTC 2019


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

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit e09cb9b3db58e8ac9c7f362555aca86fdd0267a8
Author: André Draszik <git at andred.net>
AuthorDate: Thu Nov 7 11:15:35 2019 +0000

    libev: allow to build a -native package
    
    This will e.g. enable us to use it from nghttp2-native
    
    Signed-off-by: André Draszik <git at andred.net>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-connectivity/libev/libev_4.27.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-connectivity/libev/libev_4.27.bb b/meta-oe/recipes-connectivity/libev/libev_4.27.bb
index b72b7af..be4536b 100644
--- a/meta-oe/recipes-connectivity/libev/libev_4.27.bb
+++ b/meta-oe/recipes-connectivity/libev/libev_4.27.bb
@@ -17,3 +17,5 @@ do_install_append() {
     # still basic so drop it for now.
     rm ${D}${includedir}/event.h
 }
+
+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