]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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>
Fri, 4 Sep 2015 15:23:48 +0000 (16:23 +0100)
commit1362986886cc96c8cc11fb60795f729b41770414
tree423418e5293da006be87fde6967dadcb583b869b
parent635d38594c7b4c780d2c123146e4bf09722932aa
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.

(From OE-Core rev: f2b64f725803ad8be7c2876c531e057a4fe5ca7c)

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