]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
Fix package headers
authorJerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Thu, 6 Jun 2013 21:54:10 +0000 (21:54 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 7 Jun 2013 08:53:32 +0000 (10:53 +0200)
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/bonnie/bonnie.mk
package/libroxml/libroxml.mk
package/multimedia/gstreamer/gstreamer.mk
toolchain/gcc/gcc-uclibc-4.x.mk

index 6d82b8ac0cd6dc8d75f6b3bb38813914c943fc93..a9019869c6f6d944db6bc4028491ec2ea77b3a03 100644 (file)
@@ -1,6 +1,8 @@
+################################################################################
 #
 # bonnie++
 #
+################################################################################
 
 BONNIE_VERSION = 1.03e
 BONNIE_SOURCE = bonnie++-$(BONNIE_VERSION).tgz
index 6e690aa539b2a6cba672e2fd6da671b414dc3276..98b97409fe426f5d64ddfb2bd6fd0d352e2558df 100644 (file)
@@ -1,6 +1,8 @@
+################################################################################
 #
 # libroxml
 #
+################################################################################
 
 LIBROXML_VERSION = 2.2.1
 LIBROXML_SITE = http://libroxml.googlecode.com/files
index 4453fc8956203bc714834e15d7de095c93d66a8e..f0fdea452469b16e88ba0be123b09827f541cae9 100644 (file)
@@ -1,4 +1,3 @@
-
 ################################################################################
 #
 # gstreamer
index 5be26c44c07c8abb14625c2827e811fc82f7fa1e..7ebcbaca2ae44dd4a6b8e6c5be57f28c309bf96b 100644 (file)
@@ -1,3 +1,5 @@
+################################################################################
+#
 # Makefile for to build a gcc/uClibc toolchain
 #
 # Copyright (C) 2002-2003 Erik Andersen <andersen@uclibc.org>
@@ -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))