[oe-commits] [openembedded-core] 22/41: core-image-rt: make sure that we append to DEPENDS

git at git.openembedded.org git at git.openembedded.org
Sun May 12 08:14:49 UTC 2019


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

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

commit 732fb99d458926d2267ba39088472d62acc8f3a2
Author: Naveen Saini <naveen.kumar.saini at intel.com>
AuthorDate: Thu Apr 25 16:55:43 2019 +0800

    core-image-rt: 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>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/recipes-rt/images/core-image-rt.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-rt/images/core-image-rt.bb b/meta/recipes-rt/images/core-image-rt.bb
index 9cb93b3..053d232 100644
--- a/meta/recipes-rt/images/core-image-rt.bb
+++ b/meta/recipes-rt/images/core-image-rt.bb
@@ -10,7 +10,7 @@ python () {
 
 DESCRIPTION = "A small image just capable of allowing a device to boot plus a \
 real-time test suite and tools appropriate for real-time use."
-DEPENDS = "linux-yocto-rt"
+DEPENDS += "linux-yocto-rt"
 
 IMAGE_INSTALL += "rt-tests hwlatdetect"
 

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


More information about the Openembedded-commits mailing list