mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01: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: 5ca48849ca2107d1c219914cb8614409ca88d435) Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e03d103e10
commit
8663e6c39b
@@ -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