From 8663e6c39be198f825746a64edaa02e787e567da Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Thu, 25 Apr 2019 16:55:43 +0800 Subject: 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 (From OE-Core rev: 5ca48849ca2107d1c219914cb8614409ca88d435) Signed-off-by: Naveen Saini Signed-off-by: Richard Purdie --- 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 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" -- cgit v1.2.3-54-g00ecf