]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
lib/oe/sdk.py: Add SDKIMAGE_INSTALL_COMPLEMENTARY capabilities to DpkgSdk dankm/dizzy-backports
authorPau Espin Pedrol <pau.espin@aweurope.be>
Fri, 16 Jan 2015 11:57:25 +0000 (12:57 +0100)
committerDan McGregor <dan.mcgregor@usask.ca>
Thu, 5 Feb 2015 14:51:16 +0000 (08:51 -0600)
commit1dc09d6d9790ad12e0522259d12c77ca4a40ab0b
tree8e2d8e11ad3a06f844d75161934fd06049f50df7
parentc2258bfabd6057ce58275e72188dad5e1372d6cc
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