From patchwork Sun Oct 21 15:27:30 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yann Diorcet X-Patchwork-Id: 193010 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hugin.dotsrc.org (hugin.dotsrc.org [130.225.254.102]) by ozlabs.org (Postfix) with ESMTP id 3452E2C00F4 for ; Mon, 22 Oct 2012 02:28:00 +1100 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id F2F0140193 for ; Sun, 21 Oct 2012 17:27:58 +0200 (CEST) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from mail-wg0-f41.google.com (mail-wg0-f41.google.com [74.125.82.41]) by hugin.dotsrc.org (Postfix) with ESMTPS id 02FB83FD21 for ; Sun, 21 Oct 2012 17:27:56 +0200 (CEST) Received: by mail-wg0-f41.google.com with SMTP id ds1so946464wgb.4 for ; Sun, 21 Oct 2012 08:27:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=QqeHZQOgN6Bdl01NYxVgG789B1Z4h0K3HtG8hn07Jdc=; b=ADVkrJPCS1m1PPA25HTg9hVmNTD8DUI66YBwtbL5EDfLZyRGCFzjQUofBq3kmU6UJ7 eV9xNjnsEUfMs0PrOPdQZF7VYgDYLh9fLUzN3tag19+iizP0oKJKpXwgSMdEXp99FNz6 bE1wTUc6DuvXqeMsInbWetj+OBsnwj5+LOUhXkwfPuf+nAqdHF1+hs/tSgEi1pJbRjhq KeIOZ0IviN3lkdfddtpcTbPYCfaKnMhQaGRCsJqyss78g2UCPizS2T+fQZpUKywEGTx6 hxCoRd6zZ7DqfdUqPIlsdvKKe4pva9UfO9CJ3SUso3Z30xdizFHztycD4oDz3e9GUapm nUXw== Received: by 10.181.11.167 with SMTP id ej7mr790842wid.11.1350833276886; Sun, 21 Oct 2012 08:27:56 -0700 (PDT) Received: from localhost.localdomain (dom38-1-82-236-154-183.fbx.proxad.net. [82.236.154.183]) by mx.google.com with ESMTPS id gg4sm16470282wib.6.2012.10.21.08.27.55 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 21 Oct 2012 08:27:56 -0700 (PDT) From: Yann Diorcet To: dev@oe-lite.org Subject: [PATCH 07/18] Add RDEPENDS for native Date: Sun, 21 Oct 2012 17:27:30 +0200 Message-Id: <1350833261-8401-7-git-send-email-diorcet.yann@gmail.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1350833261-8401-1-git-send-email-diorcet.yann@gmail.com> References: <1350833261-8401-1-git-send-email-diorcet.yann@gmail.com> Cc: Yann Diorcet X-BeenThere: dev@oe-lite.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: OE-lite development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: dev-bounces@oe-lite.org Errors-To: dev-bounces@oe-lite.org From: Yann Diorcet Usefull for making native images --- lib/oelite/item.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/oelite/item.py b/lib/oelite/item.py index 2c33755..249debb 100644 --- a/lib/oelite/item.py +++ b/lib/oelite/item.py @@ -131,6 +131,13 @@ TYPEMAP = { }, "RDEPENDS": { + "native" : { + None : "native", + "native" : "native", + "machine" : "native", + "host" : "native", + "target" : "native", + }, "machine" : { None : "machine",