All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/3] jansson: allow to build a -native package
@ 2019-11-07 11:15 André Draszik
  2019-11-07 11:15 ` [meta-oe][PATCH 2/3] cunit: " André Draszik
  2019-11-07 11:15 ` [meta-oe][PATCH 3/3] libev: " André Draszik
  0 siblings, 2 replies; 3+ messages in thread
From: André Draszik @ 2019-11-07 11:15 UTC (permalink / raw)
  To: openembedded-devel

This will e.g. enable us to use it from nghttp2-native

Signed-off-by: André Draszik <git@andred.net>
---
 meta-oe/recipes-extended/jansson/jansson_2.12.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-extended/jansson/jansson_2.12.bb b/meta-oe/recipes-extended/jansson/jansson_2.12.bb
index 3cc353ee7..f47fe5725 100644
--- a/meta-oe/recipes-extended/jansson/jansson_2.12.bb
+++ b/meta-oe/recipes-extended/jansson/jansson_2.12.bb
@@ -11,3 +11,4 @@ SRC_URI[sha256sum] = "5f8dec765048efac5d919aded51b26a32a05397ea207aa769ff6b53c70
 
 inherit autotools pkgconfig
 
+BBCLASSEXTEND = "native"
-- 
2.23.0.rc1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [meta-oe][PATCH 2/3] cunit: allow to build a -native package
  2019-11-07 11:15 [meta-oe][PATCH 1/3] jansson: allow to build a -native package André Draszik
@ 2019-11-07 11:15 ` André Draszik
  2019-11-07 11:15 ` [meta-oe][PATCH 3/3] libev: " André Draszik
  1 sibling, 0 replies; 3+ messages in thread
From: André Draszik @ 2019-11-07 11:15 UTC (permalink / raw)
  To: openembedded-devel

This will e.g. enable us to use it from nghttp2-native

Signed-off-by: André Draszik <git@andred.net>
---
 meta-oe/recipes-test/cunit/cunit_2.1-3.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-test/cunit/cunit_2.1-3.bb b/meta-oe/recipes-test/cunit/cunit_2.1-3.bb
index c9d87e36d..98f2cacf1 100644
--- a/meta-oe/recipes-test/cunit/cunit_2.1-3.bb
+++ b/meta-oe/recipes-test/cunit/cunit_2.1-3.bb
@@ -17,3 +17,5 @@ EXTRA_OECONF = "--enable-memtrace --enable-automated --enable-basic --enable-con
 
 FILES_${PN}-dev += "${datadir}/CUnit"
 FILES_${PN}-doc += "${docdir}"
+
+BBCLASSEXTEND = "native"
-- 
2.23.0.rc1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [meta-oe][PATCH 3/3] libev: allow to build a -native package
  2019-11-07 11:15 [meta-oe][PATCH 1/3] jansson: allow to build a -native package André Draszik
  2019-11-07 11:15 ` [meta-oe][PATCH 2/3] cunit: " André Draszik
@ 2019-11-07 11:15 ` André Draszik
  1 sibling, 0 replies; 3+ messages in thread
From: André Draszik @ 2019-11-07 11:15 UTC (permalink / raw)
  To: openembedded-devel

This will e.g. enable us to use it from nghttp2-native

Signed-off-by: André Draszik <git@andred.net>
---
 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 b72b7af4f..be4536b9c 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"
-- 
2.23.0.rc1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-11-07 11:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-07 11:15 [meta-oe][PATCH 1/3] jansson: allow to build a -native package André Draszik
2019-11-07 11:15 ` [meta-oe][PATCH 2/3] cunit: " André Draszik
2019-11-07 11:15 ` [meta-oe][PATCH 3/3] libev: " André Draszik

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.