]> code.ossystems Code Review - openembedded-core.git/commitdiff
core-image-rt-sdk: make sure that we append to DEPENDS
authorNaveen Saini <naveen.kumar.saini@intel.com>
Thu, 25 Apr 2019 08:56:02 +0000 (16:56 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 26 Apr 2019 09:05:23 +0000 (10:05 +0100)
This also fix postinst intercept hook 'update_gio_module_cache' failed warnings
that are now flagged as errors after the recent chagnes at lib/oe/package_manager.py

Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-rt/images/core-image-rt-sdk.bb

index 0f7f091687e46404149e2d20ddec087478843565..624b7d9430c7eea427c84dac58c3094c21f47af8 100644 (file)
@@ -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-yocto-rt"
+DEPENDS += "linux-yocto-rt"
 
 IMAGE_FEATURES += "dev-pkgs tools-sdk tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks"