mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
core-image-rt-sdk: 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: e0a51194c006f26b061367022d4b9f8a7cd66051) 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
8663e6c39b
commit
837637da9e
@@ -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-yocto-rt"
|
||||
DEPENDS += "linux-yocto-rt"
|
||||
|
||||
IMAGE_FEATURES += "dev-pkgs tools-sdk tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user