aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-02-27 10:43:31 +0000
committerKhem Raj <raj.khem@gmail.com>2023-02-27 09:43:09 -0800
commitba3f6bb0088835665a9c964042e948c51e5d2daf (patch)
tree1fd572ad049929d9ea692d6f0ddfe2b3d60d2328 /meta-oe/recipes-support
parent11108aaaf7dec77346eb7f858c5a9787700296f3 (diff)
downloadmeta-openembedded-contrib-ba3f6bb0088835665a9c964042e948c51e5d2daf.tar.gz
liburing: enable native/nativesdk builds
Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/liburing/liburing_2.3.bb2
1 files changed, 2 insertions, 0 deletions
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"