mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
ipmctl: add DEPENDS on pkgconfig-native
Since oe-core commit 8e26252b45b (layer.conf: Extend recipes not to install without explict dependencies), some dependencies now need to be explicit. ipmctl needs pkgconfig-native so add it to DEPENDS. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
3cb5e468fb
commit
6c7c0905a8
|
@ -28,7 +28,7 @@ S = "${WORKDIR}/git"
|
|||
|
||||
inherit cmake dos2unix
|
||||
|
||||
DEPENDS = "ndctl"
|
||||
DEPENDS = "ndctl pkgconfig-native"
|
||||
|
||||
EXTRA_OECMAKE = "-DRELEASE=ON"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user