mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
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:
@@ -4,7 +4,7 @@ HOMEPAGE = "http://pmem.io"
|
|||||||
SECTION = "libs"
|
SECTION = "libs"
|
||||||
LICENSE = "BSD-3-Clause"
|
LICENSE = "BSD-3-Clause"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=b44ee63f162f9cdb18fff1224877aafd"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=b44ee63f162f9cdb18fff1224877aafd"
|
||||||
DEPENDS = "ndctl"
|
DEPENDS = "ndctl cmake-native"
|
||||||
|
|
||||||
# Required to have the fts.h header for musl
|
# Required to have the fts.h header for musl
|
||||||
DEPENDS:append:libc-musl = " fts"
|
DEPENDS:append:libc-musl = " fts"
|
||||||
|
|||||||
Reference in New Issue
Block a user