Message ID | b6325e65ab0dffa63c5b46ff5dd0409db82d30ae.1641787452.git.anuj.mittal@intel.com |
---|---|
State | Accepted, archived |
Commit | 0c15ed141ea3b23140d3aa4e6ae17ddee0947f3f |
Headers | show |
Series | [honister,01/10] linux-yocto: add libmpc-native to DEPENDS | expand |
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.10.bb b/meta/recipes-kernel/linux/linux-yocto_5.10.bb index c62157d850..bbb25f7393 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto_5.10.bb @@ -36,7 +36,7 @@ LINUX_VERSION ?= "5.10.87" DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" DEPENDS += "openssl-native util-linux-native" -DEPENDS += "gmp-native" +DEPENDS += "gmp-native libmpc-native" PV = "${LINUX_VERSION}+git${SRCPV}"