From patchwork Fri Jul 28 18:49:27 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Denys Dmytriyenko X-Patchwork-Id: 108906 Delivered-To: patch@linaro.org Received: by 10.140.101.44 with SMTP id t41csp728272qge; Fri, 28 Jul 2017 11:49:33 -0700 (PDT) X-Received: by 10.84.215.211 with SMTP id g19mr8649245plj.438.1501267773511; Fri, 28 Jul 2017 11:49:33 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1501267773; cv=none; d=google.com; s=arc-20160816; b=YEXBse9GTeUvu2O02V/jvEI9MZPUlY2voGE4j2gU5t1maSHJBWtv0/XppJI3XMOmfW qMo/Phy3mo/ZvqGs0NXvskkBIhSZWnO2qebeVxKFLhX1CJVNhZNVtHQ7g7hdLz2T2j4b bi2sYj98RDJvaTzbAgDLUIWkiWPRWEw71sGjTGkLAm5A4y0YDxGprTh9LzfkKz452FaI yMvmanLbmnhvw9RMj6B7jtIut1afKbXSf9AUNGbOvVS9Xq0WVNg0pvItRdgzjGh8ODqi PlBaUR9vDUEX9TI+k8Mz3ezzR5Tj0lZhvwyDyscgjbpVNPa/IOajq+XNuY9ux49Ak3qR LMgw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=errors-to:sender:content-transfer-encoding:mime-version :list-subscribe:list-help:list-post:list-archive:list-unsubscribe :list-id:precedence:subject:cc:message-id:date:to:from:delivered-to :arc-authentication-results; bh=0cnLu89pPssrOlFeyVC36Dh6CjxIUhFeCKZAz0D6q/w=; b=kb8ImuSFuZXCupTtzoPzpbHtMHwjKzDqJX3DzygvrlQV7d94VQq/XDWOIt2P1eT6P8 tyV1kzsOHBFIHfF9OXNkymUmHHIyXmVMbwzc3YR9+fSv1gbwxjwX6imVXsSnE2FX6YM2 ut/kEHRpIW3XmzZF2UHC5vNCQ+tTq6P7edT+A47OSOcOf8ZevjejxLxlWA+m+6LwuyCV 5gl4GWACITM0p945xo83Gt9JDS1uN3wwMUhO4MrJ4puRi4nTpOF8nwq2ISqnurH/W0nz mzAYt3N1hBG3ULv9Tpc9GN/Csq0nVOEm4U3yEumLJOQsL4VXoipVoirLBvPOXDFY61eD MBvA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of openembedded-core-bounces@lists.openembedded.org designates 140.211.169.62 as permitted sender) smtp.mailfrom=openembedded-core-bounces@lists.openembedded.org Return-Path: Received: from mail.openembedded.org (mail.openembedded.org. [140.211.169.62]) by mx.google.com with ESMTP id r89si5828688pfg.36.2017.07.28.11.49.33; Fri, 28 Jul 2017 11:49:33 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of openembedded-core-bounces@lists.openembedded.org designates 140.211.169.62 as permitted sender) client-ip=140.211.169.62; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of openembedded-core-bounces@lists.openembedded.org designates 140.211.169.62 as permitted sender) smtp.mailfrom=openembedded-core-bounces@lists.openembedded.org Received: from review.yoctoproject.org (localhost [127.0.0.1]) by mail.openembedded.org (Postfix) with ESMTP id 7FD6F779F5; Fri, 28 Jul 2017 18:49:30 +0000 (UTC) X-Original-To: openembedded-core@lists.openembedded.org Delivered-To: openembedded-core@lists.openembedded.org Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.17]) by mail.openembedded.org (Postfix) with ESMTP id 128D7779F5 for ; Fri, 28 Jul 2017 18:49:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id CBE88209B8; Fri, 28 Jul 2017 18:49:29 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo03-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6FZ4F4zkLjXs; Fri, 28 Jul 2017 18:49:29 +0000 (UTC) Received: from mail.denix.org (pool-100-15-85-143.washdc.fios.verizon.net [100.15.85.143]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id AAB0D20821; Fri, 28 Jul 2017 18:49:28 +0000 (UTC) Received: from gimli.denix (gimli [192.168.0.6]) by mail.denix.org (Postfix) with ESMTP id 31150162548; Fri, 28 Jul 2017 14:49:28 -0400 (EDT) From: Denys Dmytriyenko To: openembedded-core@lists.openembedded.org Date: Fri, 28 Jul 2017 14:49:27 -0400 Message-Id: <1501267767-109163-1-git-send-email-denis@denix.org> X-Mailer: git-send-email 2.7.4 Cc: Denys Dmytriyenko Subject: [OE-core] [PATCH] autoconf: fix typo in SUMMARY X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: openembedded-core-bounces@lists.openembedded.org Errors-To: openembedded-core-bounces@lists.openembedded.org From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- meta/recipes-devtools/autoconf/autoconf.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.7.4 -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core diff --git a/meta/recipes-devtools/autoconf/autoconf.inc b/meta/recipes-devtools/autoconf/autoconf.inc index f1b2dfc..ea62df8 100644 --- a/meta/recipes-devtools/autoconf/autoconf.inc +++ b/meta/recipes-devtools/autoconf/autoconf.inc @@ -1,4 +1,4 @@ -SUMMARY = "A GNU tool that procude shell scripts to automatically configure software" +SUMMARY = "A GNU tool that produce shell scripts to automatically configure software" DESCRIPTION = "Autoconf is an extensible package of M4 macros that produce shell scripts to automatically \ configure software source code packages. Autoconf creates a configuration script for a package from a template \ file that lists the operating system features that the package can use, in the form of M4 macro calls."