From patchwork Wed Jul 11 03:28:10 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [bitbake-devel, 0/1] bitbake: Abort build if runtime dependency conflict Date: Wed, 11 Jul 2012 03:28:10 -0000 From: wenzong.fan@windriver.com X-Patchwork-Id: 31737 Message-Id: To: From: Wenzong Fan If found any runtime dependency conflict from PREFERRED_PROVIDER entries, bitbake will print an ERROR and let the build go on. This is a little confusion for a long time build, it should be abort immediately while an ERROR occured. The following changes since commit 5142a1e95ed7db7e09ef31f645d45bb7e380d1d6: subversion: do_install failed (parallel issue) (2012-07-10 20:35:11 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib wenzong/2734 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=wenzong/2734 Wenzong Fan (1): bitbake: Abort build if runtime dependency conflict bitbake/lib/bb/providers.py | 2 ++ bitbake/lib/bb/taskdata.py | 3 ++- 2 files changed, 4 insertions(+), 1 deletions(-)