]> code.ossystems Code Review - openembedded-core.git/commit
sdk.py: fix conflicts of packages
authorJian Liu <jian.liu@windriver.com>
Tue, 25 Aug 2015 08:29:01 +0000 (16:29 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 3 Sep 2015 12:32:12 +0000 (13:32 +0100)
commitf2b64f725803ad8be7c2876c531e057a4fe5ca7c
treef0c4ae303f2726bbf8f31445b50f18daf6de7d59
parent72903f7534cccad35886f2cad8aac98a59392ec7
sdk.py: fix conflicts of packages

If packages are conveyed to smart to install at the same time,
conflicts will not happen.
Try to install packages into sdk image at the same time.

This patch is not so perfect. For example,
  IMAGE_INSTALL += "lib32-ncurses"
  IMAGE_INSTALL += "ncurses-dev"
 ncurses-dev and lib32-ncurses-dev will have conflicts during packages installation.

Signed-off-by: Jian Liu <jian.liu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/sdk.py