From: Jussi Kukkonen Date: Thu, 19 Jan 2017 07:57:22 +0000 (+0200) Subject: linux-dtb: Add PACKAGE_WRITE_DEP for postinstall X-Git-Tag: uninative-1.5~765 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ca2626a78f44a253adf4e93a1eae0ea323a0196f;p=openembedded-core.git linux-dtb: Add PACKAGE_WRITE_DEP for postinstall update-alternatives is used in postinstall. Signed-off-by: Jussi Kukkonen --- 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") }