mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
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: 732fb99d458926d2267ba39088472d62acc8f3a2) Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6322fb5b2b
commit
26bd9cfee8
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user