From 31943a7ecff47a58e111200ad524ae319b2d4603 Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Thu, 19 Jan 2017 09:57:22 +0200 Subject: linux-dtb: Add PACKAGE_WRITE_DEP for postinstall update-alternatives is used in postinstall. (From OE-Core rev: ca2626a78f44a253adf4e93a1eae0ea323a0196f) Signed-off-by: Jussi Kukkonen Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-dtb.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-kernel/linux/linux-dtb.inc b/meta/recipes-kernel/linux/linux-dtb.inc index 0e720934bb..0174c80d85 100644 --- a/meta/recipes-kernel/linux/linux-dtb.inc +++ b/meta/recipes-kernel/linux/linux-dtb.inc @@ -1,6 +1,8 @@ # Support for device tree generation FILES_kernel-devicetree = "/${KERNEL_IMAGEDEST}/devicetree*" +PACKAGE_WRITE_DEPS += "virtual/update-alternatives-native" + python __anonymous () { d.appendVar("PACKAGES", " kernel-devicetree") } -- cgit v1.2.3-54-g00ecf