From patchwork Sat Feb 25 05:52:57 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [bitbake-devel,0/1] Fix depexp Date: Sat, 25 Feb 2012 05:52:57 -0000 From: Joshua Lock X-Patchwork-Id: 22035 Message-Id: To: bitbake-devel@lists.openembedded.org Per the patch and Yocto bug #2027 the recent BitBake patch to implement the new Hob UI deleted the file which implements thge progress bar used by depexp. The following patch adds back that file. Cheers, Joshua https://bugzilla.yoctoproject.org/show_bug.cgi?id=2027 The following changes since commit c7486a09310fe63b1aa1b7b0bb9450f306b6093b: bitbake/cooker: terminate when errors found in layer configuration (2012-02-24 23:30:16 +0000) are available in the git repository at: git://github.com/incandescant/bitbake josh/depexp https://github.com/incandescant/bitbake/tree/josh/depexp Joshua Lock (1): crumbs: add back progress implementation for depexp lib/bb/ui/crumbs/progress.py | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) create mode 100644 lib/bb/ui/crumbs/progress.py