mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-05 05:04:45 +02:00
core-image-rt-sdk: 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
55894192db
commit
68108b3b4e
|
@ -11,7 +11,7 @@ python () {
|
|||
DESCRIPTION = "Small image capable of booting a device with a test suite and \
|
||||
tools for real-time use. It includes the full meta-toolchain, development \
|
||||
headers and libraries to form a standalone SDK."
|
||||
DEPENDS = "linux-intel-rt"
|
||||
DEPENDS += "linux-intel-rt"
|
||||
|
||||
IMAGE_FEATURES += "dev-pkgs tools-sdk tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user