diff options
-rw-r--r-- | meta-oe/recipes-support/libnvme/libnvme_1.12.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libnvme/libnvme_1.12.bb b/meta-oe/recipes-support/libnvme/libnvme_1.12.bb index a80d34277f..1054f83487 100644 --- a/meta-oe/recipes-support/libnvme/libnvme_1.12.bb +++ b/meta-oe/recipes-support/libnvme/libnvme_1.12.bb | |||
@@ -20,4 +20,8 @@ S = "${WORKDIR}/git" | |||
20 | 20 | ||
21 | inherit meson pkgconfig | 21 | inherit meson pkgconfig |
22 | 22 | ||
23 | EXTRA_OEMESON += "-Dkeyutils=disabled -Dopenssl=disabled -Dpython=disabled" | 23 | PACKAGECONFIG ??= "keyutils openssl" |
24 | |||
25 | PACKAGECONFIG[keyutils] = "-Dkeyutils=enabled,-Dkeyutils=disabled,keyutils" | ||
26 | PACKAGECONFIG[openssl] = "-Dopenssl=enabled,-Dopenssl=disabled,openssl" | ||
27 | PACKAGECONFIG[python] = "-Dpython=enabled,-Dpython=disabled,python" | ||