summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-imx-headers_5.4.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-imx-headers_5.4.3.bb')
-rw-r--r--recipes-kernel/linux/linux-imx-headers_5.4.3.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-imx-headers_5.4.3.bb b/recipes-kernel/linux/linux-imx-headers_5.4.3.bb
index 8d52233d..4257c41a 100644
--- a/recipes-kernel/linux/linux-imx-headers_5.4.3.bb
+++ b/recipes-kernel/linux/linux-imx-headers_5.4.3.bb
@@ -59,6 +59,14 @@ do_install() {
59 done 59 done
60} 60}
61 61
62# Allow to build empty main package, this is required in order for -dev package
63# to be propagated into the SDK
64#
65# Without this setting the RDEPENDS in other recipes fails to find this
66# package, therefore causing the -dev package also to be skipped effectively not
67# populating it into SDK
68ALLOW_EMPTY_${PN} = "1"
69
62INHIBIT_DEFAULT_DEPS = "1" 70INHIBIT_DEFAULT_DEPS = "1"
63DEPENDS += "unifdef-native bison-native rsync-native" 71DEPENDS += "unifdef-native bison-native rsync-native"
64 72