pndk: Add missing dependency on native cmake

3rd party dependency miniasync needs cmake to build, its invoked by top
level make.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2023-03-04 08:44:33 -08:00
parent 38925c0f8d
commit 9118fa842a

View File

@ -4,7 +4,7 @@ HOMEPAGE = "http://pmem.io"
SECTION = "libs"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=b44ee63f162f9cdb18fff1224877aafd"
DEPENDS = "ndctl"
DEPENDS = "ndctl cmake-native"
# Required to have the fts.h header for musl
DEPENDS:append:libc-musl = " fts"