diff options
| -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" | ||
