[bitbake-devel] [PATCH 0/1] bitbake: Abort build if runtime dependency conflict

wenzong.fan at windriver.com wenzong.fan at windriver.com
Wed Jul 11 03:28:10 UTC 2012


From: Wenzong Fan <wenzong.fan at windriver.com>

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(-)

-- 
1.7.3





More information about the bitbake-devel mailing list