From patchwork Mon May 7 20:12:23 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luca Ceresoli X-Patchwork-Id: 157390 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 3A8ABB6FA1 for ; Tue, 8 May 2012 06:12:59 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id B63C832180; Mon, 7 May 2012 20:12:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6Znhk1pGkfYA; Mon, 7 May 2012 20:12:54 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 15C8132189; Mon, 7 May 2012 20:12:54 +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 32FA88F76A for ; Mon, 7 May 2012 20:12:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 228ED8C7F7 for ; Mon, 7 May 2012 20:12:52 +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 o8Fkepi+QT9K for ; Mon, 7 May 2012 20:12:51 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from smtpi4.ngi.it (smtpi4.ngi.it [88.149.128.104]) by whitealder.osuosl.org (Postfix) with ESMTP id 39F308C7B9 for ; Mon, 7 May 2012 20:12:51 +0000 (UTC) Received: from localhost.localdomain (88-149-227-115.dynamic.ngi.it [88.149.227.115]) by smtpi4.ngi.it (Postfix) with ESMTP id 70E534203C; Mon, 7 May 2012 22:12:50 +0200 (CEST) From: Luca Ceresoli To: buildroot@busybox.net Date: Mon, 7 May 2012 22:12:23 +0200 Message-Id: <1336421563-5986-2-git-send-email-luca@lucaceresoli.net> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <1336421563-5986-1-git-send-email-luca@lucaceresoli.net> References: <1336421443-5871-1-git-send-email-luca@lucaceresoli.net> <1336421563-5986-1-git-send-email-luca@lucaceresoli.net> Cc: Luca Ceresoli Subject: [Buildroot] [PATCH v3 02/22] gettext: warn that legal-info is not implemented 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: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Luca Ceresoli --- package/gettext/gettext.mk | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/package/gettext/gettext.mk b/package/gettext/gettext.mk index f3605da..1d9d84d 100644 --- a/package/gettext/gettext.mk +++ b/package/gettext/gettext.mk @@ -113,6 +113,9 @@ $(STAGING_DIR)/$(GETTEXT_TARGET_BINARY): $(GETTEXT_DIR)/$(GETTEXT_BINARY) autopoint envsubst gettext.sh gettextize msg* ?gettext) touch -c $@ +gettext-legal-info: + @$(call legal-warning-pkg,gettext,cannot produce any legal info) + gettext: host-pkg-config $(if $(BR2_PACKAGE_LIBICONV),libiconv) $(STAGING_DIR)/$(GETTEXT_TARGET_BINARY) gettext-unpacked: $(GETTEXT_DIR)/.unpacked