[meta-intel] [PATCH 2/2] core-image-rt-sdk: make sure that we append to DEPENDS

Anuj Mittal anuj.mittal at intel.com
Wed Jun 20 01:33:47 PDT 2018


Also fixes postinst warnings that are now being flagged as errors
after the recent changes in OE-core.

Signed-off-by: Anuj Mittal <anuj.mittal at intel.com>
---
 recipes-rt/images/core-image-rt-sdk.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-rt/images/core-image-rt-sdk.bb b/recipes-rt/images/core-image-rt-sdk.bb
index 6b43a87..920c4ce 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"
 
-- 
2.17.1



More information about the meta-intel mailing list