diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_5.10.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.10.bb b/meta/recipes-kernel/linux/linux-yocto_5.10.bb index 1769dd402c..d877c1e6b5 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" | |||
36 | 36 | ||
37 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" | 37 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" |
38 | DEPENDS += "openssl-native util-linux-native" | 38 | DEPENDS += "openssl-native util-linux-native" |
39 | DEPENDS += "gmp-native" | 39 | DEPENDS += "gmp-native libmpc-native" |
40 | 40 | ||
41 | PV = "${LINUX_VERSION}+git${SRCPV}" | 41 | PV = "${LINUX_VERSION}+git${SRCPV}" |
42 | 42 | ||