]> code.ossystems Code Review - openembedded-core.git/commitdiff
core-image-rt: make sure that we append to DEPENDS
authorNaveen Saini <naveen.kumar.saini@intel.com>
Thu, 25 Apr 2019 08:55:43 +0000 (16:55 +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.bb

index 9cb93b3de5a1e15ac2682d0ec77f9cc42c08b89b..053d23219d7e56ea098a5d1d138e1de859593295 100644 (file)
@@ -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"