]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/sdk.py: Add SDKIMAGE_INSTALL_COMPLEMENTARY capabilities to DpkgSdk
authorPau Espin Pedrol <pau.espin@aweurope.be>
Fri, 16 Jan 2015 11:57:25 +0000 (12:57 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 23 Jan 2015 11:35:23 +0000 (11:35 +0000)
commit6755935e58b0414870adb7c7abab1aa331596209
treed4392929cf1d2c26109b7fe702972ab9d3f58226
parent0bcc01121e928d0be7a0550e500425852c63cf98
lib/oe/sdk.py: Add SDKIMAGE_INSTALL_COMPLEMENTARY capabilities to DpkgSdk

Creating an SDK by means of do_populate_sdk, complementary packages
(SDKIMAGE_FEATURES = "dev-pkgs dbg-pkgs") are not installed when using
the deb packaging system.

The reason is that the call to install the complementary packages is missing
from the deb backend. This patch fixes that.

[YOCTO #7160]

(From OE-Core rev: 0bcca69ea97ac51acf290f8f1da1bde715ab51c4)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/sdk.py