From patchwork Tue Sep 3 09:39:53 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Axel Lin X-Patchwork-Id: 272187 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id F1CED2C007C for ; Tue, 3 Sep 2013 19:48:15 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 994978A905; Tue, 3 Sep 2013 09:48:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XmwA+N49WLAD; Tue, 3 Sep 2013 09:48:14 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id EB96E8A977; Tue, 3 Sep 2013 09:48:13 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 8C60C1BFA3B for ; Tue, 3 Sep 2013 09:48:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 8376F8A977 for ; Tue, 3 Sep 2013 09:48:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ligq8BZjeh2F for ; Tue, 3 Sep 2013 09:48:11 +0000 (UTC) X-Greylist: delayed 00:08:11 by SQLgrey-1.7.6 Received: from mail-pd0-f181.google.com (mail-pd0-f181.google.com [209.85.192.181]) by whitealder.osuosl.org (Postfix) with ESMTPS id CA8CC8A905 for ; Tue, 3 Sep 2013 09:48:11 +0000 (UTC) Received: by mail-pd0-f181.google.com with SMTP id g10so5750807pdj.26 for ; Tue, 03 Sep 2013 02:48:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:subject:from:to:date:content-type :mime-version:content-transfer-encoding; bh=UE1H8n+5YO6cO9Qq01ZEy6nnPl6TgMJd1W3Z4fa01To=; b=JzbBxTad+c22jCRG/4cpR/Y16QRS/NUjj7tnE+Sua2zBm0M4e4ZIsfyZpIZXa1HzFe MOmymeT+EiNzQ+cKSpHeRIFFsNYg4Ab1JyeCQhbh2lAkOmgEjo9ZILFgB/WikIT9dgp5 D/c+2kZvu/rAyEaShS8vPRNKShfrTB1pWWSp8uynFQ2XSHYbS+vlruRQboaGo/BmhNFx S6aVg9KkpgeCUrJZ0gxP6wT2G1D9Mqbzi6wesljMNjuMsSQuohtBToUfAlbphXeoEHh3 0Zz6DubRtfVe/DyYSfMCqq4qUoN2idwU6oHjg4GN4qcmgM6lI2uufMd067fBg5xbsXnH jfBA== X-Gm-Message-State: ALoCoQnyMDVrtfsptnCQfZ6HyvxVR3XEL/kgsf2o47UWW18i8PTamAI8luk6HgUq4vtDHByO0P1O X-Received: by 10.68.202.201 with SMTP id kk9mr7385885pbc.166.1378201200626; Tue, 03 Sep 2013 02:40:00 -0700 (PDT) Received: from [192.168.0.102] (218-164-26-244.dynamic.hinet.net. [218.164.26.244]) by mx.google.com with ESMTPSA id s5sm21260473pbo.38.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 03 Sep 2013 02:40:00 -0700 (PDT) Message-ID: <1378201193.10215.0.camel@phoenix> From: Axel Lin To: buildroot@busybox.net Date: Tue, 03 Sep 2013 17:39:53 +0800 X-Mailer: Evolution 3.6.4-0ubuntu1 Mime-Version: 1.0 Subject: [Buildroot] [PATCH] Config.in: Rename BR2_ELF2FLT to BR2_PACKAGE_HOST_ELF2FLT X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net The BR2_ELF2FLT option has been renamed to BR2_PACKAGE_HOST_ELF2FLT, thus use the new name to fix dependency. Signed-off-by: Axel Lin Acked-by: Thomas Petazzoni --- Config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Config.in b/Config.in index cb246a4..65c29b4 100644 --- a/Config.in +++ b/Config.in @@ -286,7 +286,7 @@ choice config BR2_STRIP_strip bool "strip" - depends on !BR2_ELF2FLT + depends on !BR2_PACKAGE_HOST_ELF2FLT help Binaries and libraries in the target filesystem will be stripped using the normal 'strip' command. This allows to @@ -297,7 +297,7 @@ config BR2_STRIP_strip config BR2_STRIP_sstrip bool "sstrip" select BR2_PACKAGE_SSTRIP_HOST - depends on !BR2_ELF2FLT + depends on !BR2_PACKAGE_HOST_ELF2FLT help Binaries and libraries in the target filesystem will be stripped using the 'sstrip' command, which strips a little