mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-13 18:55:41 +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:
parent
38925c0f8d
commit
9118fa842a
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user