From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga11.intel.com ([192.55.52.93]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SK3rU-00057h-QD for bitbake-devel@lists.openembedded.org; Tue, 17 Apr 2012 10:34:08 +0200 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 17 Apr 2012 01:24:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.71,315,1320652800"; d="scan'208";a="154557707" Received: from dongxiao-osel.sh.intel.com (HELO localhost) ([10.239.36.11]) by fmsmga002.fm.intel.com with ESMTP; 17 Apr 2012 01:24:36 -0700 From: Dongxiao Xu To: bitbake-devel@lists.openembedded.org Date: Tue, 17 Apr 2012 16:21:35 +0800 Message-Id: X-Mailer: git-send-email 1.7.4.1 Subject: [PATCH 0/4 v3][PULL] "__depends/__base_depends" ordering, config hash improvement, and Hob fix X-BeenThere: bitbake-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Apr 2012 08:34:09 -0000 Hi Richard, This is the third pull request for some Hob and Bitbake bug fixes, please help to review and pull. This pull request contains commits that: 1) Retain order of "__depends" and "__base_depends". 2) Improve the config hash calculation. 3) Enlarge the upper value for image size spinner. 4) Set stop button insensitive before hide it Changes from v2: Add a new commit that set the stop button insensitive before hide it. Thanks, Dongxiao The following changes since commit 98694c1dbc276cc151f393db67bfd43442da28ba: Hob: fixed a little view issue about package selection page (2012-04-16 12:56:15 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib dxu4/hob-bugfix http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/hob-bugfix Dongxiao Xu (4): bitbake: Retain order for __depends and __base_depends data_smart: Improve the calculation of config hash Hob: Enlarge the upper value of image size Hob: Set the "stop" button insensitive before hide it lib/bb/cache.py | 6 ++++-- lib/bb/cooker.py | 6 ++++-- lib/bb/data_smart.py | 7 ++++--- lib/bb/parse/__init__.py | 12 ++++++++---- lib/bb/ui/crumbs/builddetailspage.py | 1 + lib/bb/ui/crumbs/hig.py | 8 ++++---- 6 files changed, 25 insertions(+), 15 deletions(-) -- 1.7.4.1