summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2019-04-25 16:55:43 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-04-26 10:05:23 +0100
commit5ca48849ca2107d1c219914cb8614409ca88d435 (patch)
treebea9a71633b1ae6258502d997c1c507286a28388
parentfd0048630ece5b21efb3a79e97046be0ab2a1514 (diff)
downloadopenembedded-core-5ca48849ca2107d1c219914cb8614409ca88d435.tar.gz
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@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-rt/images/core-image-rt.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-rt/images/core-image-rt.bb b/meta/recipes-rt/images/core-image-rt.bb
index 9cb93b3de5..053d23219d 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"