diff options
author | Ross Burton <ross.burton@arm.com> | 2023-02-27 10:43:31 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-02-27 09:43:09 -0800 |
commit | ba3f6bb0088835665a9c964042e948c51e5d2daf (patch) | |
tree | 1fd572ad049929d9ea692d6f0ddfe2b3d60d2328 | |
parent | 11108aaaf7dec77346eb7f858c5a9787700296f3 (diff) | |
download | meta-openembedded-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>
-rw-r--r-- | meta-oe/recipes-support/liburing/liburing_2.3.bb | 2 |
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() { | |||
29 | do_install () { | 29 | do_install () { |
30 | oe_runmake install DESTDIR=${D} | 30 | oe_runmake install DESTDIR=${D} |
31 | } | 31 | } |
32 | |||
33 | BBCLASSEXTEND = "native nativesdk" | ||