From ba3f6bb0088835665a9c964042e948c51e5d2daf Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 27 Feb 2023 10:43:31 +0000 Subject: [PATCH] liburing: enable native/nativesdk builds Signed-off-by: Ross Burton Signed-off-by: Khem Raj --- meta-oe/recipes-support/liburing/liburing_2.3.bb | 2 ++ 1 file changed, 2 insertions(+) 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"