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/udpcast/udpcast.mk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'package/udpcast/udpcast.mk') diff --git a/package/udpcast/udpcast.mk b/package/udpcast/udpcast.mk index 734609c12..f900b924e 100644 --- a/package/udpcast/udpcast.mk +++ b/package/udpcast/udpcast.mk @@ -3,9 +3,10 @@ # udpcast # ############################################################# -UDPCAST_VERSION:=20071228 -UDPCAST_SOURCE:=udpcast-$(UDPCAST_VERSION).tar.gz -UDPCAST_SITE:=http://www.udpcast.linux.lu/download + +UDPCAST_VERSION = 20071228 +UDPCAST_SOURCE = udpcast-$(UDPCAST_VERSION).tar.gz +UDPCAST_SITE = http://www.udpcast.linux.lu/download UDPCAST_CONF_ENV = $(if $(BR_LARGEFILE),ac_cv_type_stat64=yes,ac_cv_type_stat64=no) define UDPCAST_REMOVE_UDP_SENDER -- cgit v1.2.3