From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from hsvwanfw1-nat.mentorg.com ([139.181.24.34] helo=alm.mentorg.com) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1QirFJ-0005A9-AH for openembedded-core@lists.openembedded.org; Mon, 18 Jul 2011 19:04:41 +0200 Received: from localhost.localdomain ([134.86.97.33]) by alm.mentorg.com (8.12.10/8.12.10) with ESMTP id p6IH0XMf028031 for ; Mon, 18 Jul 2011 12:00:34 -0500 From: Tom Rini To: openembedded-core@lists.openembedded.org Date: Mon, 18 Jul 2011 10:00:28 -0700 Message-Id: X-Mailer: git-send-email 1.7.0.4 Subject: [PATCH v3 0/1] Add unzip DEPENDS for .zip SRC_URI files X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2011 17:04:47 -0000 Hey all, In doing some world builds I ran into "oops, we don't make .zip files depend on unzip-native". So this is a port of the commit from oe.dev that does this. v2: Don brown paper bag, s/do_populate_staging/do_populate_sysroot, test v3: Drop NEED_UNZIP_FOR_UNPACK at Richard's request (on IRC) The following changes since commit e66c2999afa2b3efbce8bb46c89f9db5e15f35c7: Saul Wold (1): libx11: ensure nativesdk uses correct DEPENDS and XCB flags are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib trini/add-zip-native-check-v3 http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=trini/add-zip-native-check-v3 Ihar Hrachyshka (1): Fixed concurrency problem for ZIP packed recipes. meta/classes/base.bbclass | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-)