mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-04 20:54:46 +02:00
core-image-rt: make sure that we append to DEPENDS
Also fixes postinst warnings that are now being flagged as errors after the recent changes in OE-core. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
0b93a82b4f
commit
58089c3823
|
@ -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-intel-rt"
|
||||
DEPENDS += "linux-intel-rt"
|
||||
|
||||
IMAGE_INSTALL += "rt-tests hwlatdetect"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user