diff mbox series

liburing: enable native/nativesdk builds

Message ID 20230227104331.662191-1-ross.burton@arm.com
State Under Review
Headers show
Series liburing: enable native/nativesdk builds | expand

Commit Message

Ross Burton Feb. 27, 2023, 10:43 a.m. UTC
Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-oe/recipes-support/liburing/liburing_2.3.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/liburing/liburing_2.3.bb b/meta-oe/recipes-support/liburing/liburing_2.3.bb
index ba9b7480ce..7d8c2f596d 100644
--- a/meta-oe/recipes-support/liburing/liburing_2.3.bb
+++ b/meta-oe/recipes-support/liburing/liburing_2.3.bb
@@ -29,3 +29,5 @@  do_configure() {
 do_install () {
     oe_runmake install DESTDIR=${D}
 }
+
+BBCLASSEXTEND = "native nativesdk"