| Submitter | Tom Rini |
|---|---|
| Date | July 18, 2011, 5 p.m. |
| Message ID | <cover.1311008331.git.tom_rini@mentor.com> |
| Download | mbox |
| Permalink | /patch/7759/ |
| State | New, archived |
| Headers | show
Delivered-To: oepatches@gmail.com Received: from pop.gmail.com by melo.openembedded.org with POP3 (fetchmail-6.3.9-rc2) for <fetchmail@localhost> (single-drop); Mon, 18 Jul 2011 17:02:10 +0000 (UTC) Received: by 10.68.43.162 with SMTP id x2cs6614pbl; Mon, 18 Jul 2011 10:01:08 -0700 (PDT) Received: by 10.223.76.137 with SMTP id c9mr340513fak.62.1311008464257; Mon, 18 Jul 2011 10:01:04 -0700 (PDT) Return-Path: <openembedded-core-bounces@lists.openembedded.org> Received: from linuxtogo.org (linuxtogo.org [188.40.83.200]) by mx.google.com with ESMTPS id h7si1929796fai.191.2011.07.18.10.00.54 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 18 Jul 2011 10:01:03 -0700 (PDT) Received-SPF: neutral (google.com: 188.40.83.200 is neither permitted nor denied by best guess record for domain of openembedded-core-bounces@lists.openembedded.org) client-ip=188.40.83.200; Authentication-Results: mx.google.com; spf=neutral (google.com: 188.40.83.200 is neither permitted nor denied by best guess record for domain of openembedded-core-bounces@lists.openembedded.org) smtp.mail=openembedded-core-bounces@lists.openembedded.org Received: from localhost ([127.0.0.1]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from <openembedded-core-bounces@lists.openembedded.org>) id 1QirFS-00069g-43; Mon, 18 Jul 2011 19:04:50 +0200 Received: from hsvwanfw1-nat.mentorg.com ([139.181.24.34] helo=alm.mentorg.com) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from <tom_rini@mentor.com>) 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 <openembedded-core@lists.openembedded.org>; Mon, 18 Jul 2011 12:00:34 -0500 From: Tom Rini <tom_rini@mentor.com> To: openembedded-core@lists.openembedded.org Date: Mon, 18 Jul 2011 10:00:28 -0700 Message-Id: <cover.1311008331.git.tom_rini@mentor.com> X-Mailer: git-send-email 1.7.0.4 Subject: [OE-core] [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 <openembedded-core@lists.openembedded.org> List-Id: Patches and discussions about the oe-core layer <openembedded-core.lists.openembedded.org> List-Unsubscribe: <http://lists.linuxtogo.org/cgi-bin/mailman/options/openembedded-core>, <mailto:openembedded-core-request@lists.openembedded.org?subject=unsubscribe> List-Archive: <http://lists.linuxtogo.org/pipermail/openembedded-core> List-Post: <mailto:openembedded-core@lists.openembedded.org> List-Help: <mailto:openembedded-core-request@lists.openembedded.org?subject=help> List-Subscribe: <http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core>, <mailto:openembedded-core-request@lists.openembedded.org?subject=subscribe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: openembedded-core-bounces@lists.openembedded.org Errors-To: openembedded-core-bounces@lists.openembedded.org |
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(-)