From patchwork Sun Oct 21 15:27:41 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yann Diorcet X-Patchwork-Id: 193023 X-Patchwork-Delegate: esben@haabendal.dk 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 F38742C0080 for ; Mon, 22 Oct 2012 02:28:15 +1100 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id C51823FBAE for ; Sun, 21 Oct 2012 17:28:14 +0200 (CEST) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from mail-we0-f179.google.com (mail-we0-f179.google.com [74.125.82.179]) by hugin.dotsrc.org (Postfix) with ESMTPS id E43133FBAE for ; Sun, 21 Oct 2012 17:28:11 +0200 (CEST) Received: by mail-we0-f179.google.com with SMTP id z49so956617wey.10 for ; Sun, 21 Oct 2012 08:28:11 -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=O1tpVo9GFl2sLjn4wxLULjpAUhPg3KsR4/M7JjKKkis=; b=LUSHIUNJHIYLN8cgwSyOj/OvV9wUC+OdOIqWaEi75Xt/sCMrufL5nSVm8NxxHQqUCf Hl1nvRGkwb9oi9TrJMHZUV0DUTHV/HahecDoqDHK+ySLFtnKL6QpKX0NPGLb17FykPWn QHp0LziK2nt/rrrIR4u0hH8kOuv6Jr1+jwq9iYujmT/NC8ZKRizUkCSLErqelv1e4uel rhJi3zPCfezM36C2rbbW0rPZLgsWME4KM27K2k01ugOYELN7YcauCm6O+bgmR24E3nHg PsEOJSjwneZwYjt/W3cTKrn2xsPE9rHbKmW1+GerJYz/A3khJUnrb9nMmPpy/5soXWa+ v77Q== Received: by 10.216.207.170 with SMTP id n42mr3968743weo.173.1350833291800; Sun, 21 Oct 2012 08:28:11 -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.28.10 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 21 Oct 2012 08:28:11 -0700 (PDT) From: Yann Diorcet To: dev@oe-lite.org Subject: [PATCH 18/18] Add provided for osx Date: Sun, 21 Oct 2012 17:27:41 +0200 Message-Id: <1350833261-8401-18-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 Add wget to needed tool (used for gettext in order to avoid circular dependency between glib and gettext) --- conf/provided/all.conf | 1 + conf/provided/default.conf | 1 + conf/provided/osx.conf | 29 +++++++++++++++++++++++++++++ 3 files changed, 31 insertions(+) create mode 100644 conf/provided/osx.conf diff --git a/conf/provided/all.conf b/conf/provided/all.conf index efc9676..ba2ca5e 100644 --- a/conf/provided/all.conf +++ b/conf/provided/all.conf @@ -25,4 +25,5 @@ native:shasum \ native:fakeroot \ native:flex native:bison \ native:mtd-utils-mkfs-jffs2 \ +native:wget \ " diff --git a/conf/provided/default.conf b/conf/provided/default.conf index fa8e996..807e348 100644 --- a/conf/provided/default.conf +++ b/conf/provided/default.conf @@ -24,4 +24,5 @@ native:util-linux native:coreutils native:file \ native:shasum \ native:fakeroot \ native:flex native:bison \ +native:wget \ " diff --git a/conf/provided/osx.conf b/conf/provided/osx.conf new file mode 100644 index 0000000..85657a2 --- /dev/null +++ b/conf/provided/osx.conf @@ -0,0 +1,29 @@ +# python-native should be here but python relies on building +# its own in staging +ASSUME_PROVIDED = "\ +native:cc native:c++ native:libgcc native:libc \ +native:libgcc native:libdl native:libstdc++ native:libsupc++ \ +native:libresolv native:libutil native:libcrypt native:libpthread \ +native:libthread_db native:libbfd native:lib native:libm \ +native:librt native:libanl native:libBrokenLocale native:libnsl \ +native:libmemusage native:libpcprofile native:libSegFault \ +native:libnss_files native:libnss_dns native:libnss_compat \ +native:libnss_nis native:libnss_nisplus native:libnss_hesiod \ +native:libiconv native:pkg-config \ +native:m4 \ +native:git native:cvs native:svn native:mercurial native:bzr \ +native:autoconf native:automake native:gnu-config \ +native:bc \ +native:gzip native:bzip2 native:tar native:unzip native:zip native:xz \ +native:patch native:quilt native:diffstat \ +native:perl native:perl-runtime \ +native:python-runtime \ +native:texinfo native:doxygen \ +native:texlive-extra-utils native:texlive-latex-extra native:latex-xcolor \ +native:util-linux native:coreutils native:file \ +native:shasum \ +native:fakeroot \ +native:wget \ +native:flex native:bison \ +native:mtd-utils-mkfs-jffs2 \ +"