[oe-commits] [openembedded-core] 08/25: core-image-rt-sdk: make sure that we append to DEPENDS

git at git.openembedded.org git at git.openembedded.org
Thu Apr 25 14:29:21 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit fb90a73a09305ebd15601f8693d544d3d5b6f9d1
Author: Naveen Saini <naveen.kumar.saini at intel.com>
AuthorDate: Thu Apr 25 16:56:02 2019 +0800

    core-image-rt-sdk: make sure that we append to DEPENDS
    
    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 at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-rt/images/core-image-rt-sdk.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-rt/images/core-image-rt-sdk.bb b/meta/recipes-rt/images/core-image-rt-sdk.bb
index 0f7f091..624b7d9 100644
--- a/meta/recipes-rt/images/core-image-rt-sdk.bb
+++ b/meta/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-yocto-rt"
+DEPENDS += "linux-yocto-rt"
 
 IMAGE_FEATURES += "dev-pkgs tools-sdk tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list