From 68108b3b4e813244e641742eb60807a40182b6c4 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Wed, 20 Jun 2018 14:32:34 +0800 Subject: core-image-rt-sdk: make sure that we append to DEPENDS Also fixes postinst warnings that are now being flagged as errors after the recent changes in OE-core. Signed-off-by: Anuj Mittal --- recipes-rt/images/core-image-rt-sdk.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-rt/images') diff --git a/recipes-rt/images/core-image-rt-sdk.bb b/recipes-rt/images/core-image-rt-sdk.bb index 6b43a872..920c4cee 100644 --- a/recipes-rt/images/core-image-rt-sdk.bb +++ b/recipes-rt/images/core-image-rt-sdk.bb @@ -11,7 +11,7 @@ python () { DESCRIPTION = "Small image capable of booting a device with a test suite and \ tools for real-time use. It includes the full meta-toolchain, development \ headers and libraries to form a standalone SDK." -DEPENDS = "linux-intel-rt" +DEPENDS += "linux-intel-rt" IMAGE_FEATURES += "dev-pkgs tools-sdk tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks" -- cgit v1.2.3-54-g00ecf