diff options
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_5.14.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.14.bb b/meta/recipes-kernel/linux/linux-yocto_5.14.bb index f1d353072c..6a032a1f77 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.14.bb +++ b/meta/recipes-kernel/linux/linux-yocto_5.14.bb | |||
@@ -46,7 +46,7 @@ LINUX_VERSION ?= "5.14.9" | |||
46 | 46 | ||
47 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" | 47 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" |
48 | DEPENDS += "openssl-native util-linux-native" | 48 | DEPENDS += "openssl-native util-linux-native" |
49 | DEPENDS += "gmp-native" | 49 | DEPENDS += "gmp-native libmpc-native" |
50 | 50 | ||
51 | PV = "${LINUX_VERSION}+git${SRCPV}" | 51 | PV = "${LINUX_VERSION}+git${SRCPV}" |
52 | 52 | ||