From patchwork Fri Jun 7 07:54:10 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jerzy Grzegorek X-Patchwork-Id: 249606 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 651AA2C007E for ; Fri, 7 Jun 2013 17:54:53 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id F34D88F86F; Fri, 7 Jun 2013 07:54:49 +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 GlpayVrWiNJb; Fri, 7 Jun 2013 07:54:41 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id E98F68F883; Fri, 7 Jun 2013 07:54:39 +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 391708F7B0 for ; Fri, 7 Jun 2013 07:54:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id CAF1B8F54C for ; Fri, 7 Jun 2013 07:54:30 +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 A3XpW47w9q5X for ; Fri, 7 Jun 2013 07:54:24 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from poczta.trzebnica.net (tasak.trzebnica.net [91.195.232.70]) by whitealder.osuosl.org (Postfix) with ESMTP id A868B8F4A0 for ; Fri, 7 Jun 2013 07:54:24 +0000 (UTC) Received: from localhost.localdomain (93-181-142-98.internetia.net.pl [93.181.142.98]) by poczta.trzebnica.net (Postfix) with ESMTP id 024EF37EF6; Fri, 7 Jun 2013 09:54:21 +0200 (CEST) From: Jerzy Grzegorek To: buildroot@busybox.net Date: Fri, 7 Jun 2013 09:54:10 +0200 Message-Id: <1370591655-19855-1-git-send-email-jerzy.grzegorek@trzebnica.net> X-Mailer: git-send-email 1.7.9.5 Subject: [Buildroot] [PATCH 1/4] Fix package headers 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: Jerzy Grzegorek --- package/bonnie/bonnie.mk | 2 ++ package/libroxml/libroxml.mk | 2 ++ package/multimedia/gstreamer/gstreamer.mk | 1 - toolchain/gcc/gcc-uclibc-4.x.mk | 4 ++++ 4 files changed, 8 insertions(+), 1 deletion(-) diff --git a/package/bonnie/bonnie.mk b/package/bonnie/bonnie.mk index 6d82b8a..a901986 100644 --- a/package/bonnie/bonnie.mk +++ b/package/bonnie/bonnie.mk @@ -1,6 +1,8 @@ +################################################################################ # # bonnie++ # +################################################################################ BONNIE_VERSION = 1.03e BONNIE_SOURCE = bonnie++-$(BONNIE_VERSION).tgz diff --git a/package/libroxml/libroxml.mk b/package/libroxml/libroxml.mk index 6e690aa..98b9740 100644 --- a/package/libroxml/libroxml.mk +++ b/package/libroxml/libroxml.mk @@ -1,6 +1,8 @@ +################################################################################ # # libroxml # +################################################################################ LIBROXML_VERSION = 2.2.1 LIBROXML_SITE = http://libroxml.googlecode.com/files diff --git a/package/multimedia/gstreamer/gstreamer.mk b/package/multimedia/gstreamer/gstreamer.mk index 4453fc8..f0fdea4 100644 --- a/package/multimedia/gstreamer/gstreamer.mk +++ b/package/multimedia/gstreamer/gstreamer.mk @@ -1,4 +1,3 @@ - ################################################################################ # # gstreamer diff --git a/toolchain/gcc/gcc-uclibc-4.x.mk b/toolchain/gcc/gcc-uclibc-4.x.mk index 5be26c4..7ebcbac 100644 --- a/toolchain/gcc/gcc-uclibc-4.x.mk +++ b/toolchain/gcc/gcc-uclibc-4.x.mk @@ -1,3 +1,5 @@ +################################################################################ +# # Makefile for to build a gcc/uClibc toolchain # # Copyright (C) 2002-2003 Erik Andersen @@ -16,6 +18,8 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +################################################################################ GCC_VERSION:=$(call qstrip,$(BR2_GCC_VERSION))