From 0e4d25ff0fc5d5698e148a53d751f5fc4b22860a Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 20 Jan 2013 09:45:47 +0000 Subject: packages: remove all := signs Finally get rid of all := used for variable definitions in packages, as we suggest in our manual and during the review of new packages. While I was at it, I also sometimes added a few missing new lines between the header and the first variable definition. Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- package/fbv/fbv.mk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'package/fbv') diff --git a/package/fbv/fbv.mk b/package/fbv/fbv.mk index f697fe8b1..2a4029e24 100644 --- a/package/fbv/fbv.mk +++ b/package/fbv/fbv.mk @@ -3,9 +3,10 @@ # fbv # ############################################################# -FBV_VERSION:=1.0b -FBV_SOURCE:=fbv-$(FBV_VERSION).tar.gz -FBV_SITE:=http://s-tech.elsat.net.pl/fbv + +FBV_VERSION = 1.0b +FBV_SOURCE = fbv-$(FBV_VERSION).tar.gz +FBV_SITE = http://s-tech.elsat.net.pl/fbv FBV_LICENSE = GPLv2 FBV_LICENSE_FILES = COPYING -- cgit v1.2.3