diff options
| author | Naveen Saini <naveen.kumar.saini@intel.com> | 2019-04-25 16:56:02 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-12 09:13:39 +0100 |
| commit | bea26ca932721dfeda3b12a846b12ba01016b3f7 (patch) | |
| tree | 6f6c2c27ebbcb62ccb588f7d3295cc3129e1b341 /meta | |
| parent | 26bd9cfee86603cd74307854c62335737599c593 (diff) | |
| download | poky-bea26ca932721dfeda3b12a846b12ba01016b3f7.tar.gz | |
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: 6ba5f32333e9ed6be980ca2b71b547f795e83497)
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>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-rt/images/core-image-rt-sdk.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-rt/images/core-image-rt-sdk.bb b/meta/recipes-rt/images/core-image-rt-sdk.bb index 0f7f091687..624b7d9430 100644 --- a/meta/recipes-rt/images/core-image-rt-sdk.bb +++ b/meta/recipes-rt/images/core-image-rt-sdk.bb | |||
| @@ -11,7 +11,7 @@ python () { | |||
| 11 | DESCRIPTION = "Small image capable of booting a device with a test suite and \ | 11 | DESCRIPTION = "Small image capable of booting a device with a test suite and \ |
| 12 | tools for real-time use. It includes the full meta-toolchain, development \ | 12 | tools for real-time use. It includes the full meta-toolchain, development \ |
| 13 | headers and libraries to form a standalone SDK." | 13 | headers and libraries to form a standalone SDK." |
| 14 | DEPENDS = "linux-yocto-rt" | 14 | DEPENDS += "linux-yocto-rt" |
| 15 | 15 | ||
| 16 | IMAGE_FEATURES += "dev-pkgs tools-sdk tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks" | 16 | IMAGE_FEATURES += "dev-pkgs tools-sdk tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks" |
| 17 | 17 | ||
