summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2018-01-09 09:46:47 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2018-01-09 09:46:47 +0100
commit20dd7b8fa824469ee2af24d91e173424e2032bfc (patch)
tree62408e90000d5278bbfd7b46516e5851ab016896
parente7652635fafbdb18a3a0255c0e62b29870768b75 (diff)
downloadbuildroot-20dd7b8fa824469ee2af24d91e173424e2032bfc.tar.gz
buildroot-20dd7b8fa824469ee2af24d91e173424e2032bfc.zip
daq: remove default <pkg>_SOURCE variable
<pkg>-<pkg-version>.tar.gz is the default value, so there's no need to explicitly specify it. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/daq/daq.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/daq/daq.mk b/package/daq/daq.mk
index 33c8a1f662..a1edc20d2a 100644
--- a/package/daq/daq.mk
+++ b/package/daq/daq.mk
@@ -6,7 +6,6 @@
DAQ_VERSION = 2.0.6
DAQ_SITE = https://www.snort.org/downloads/snort
-DAQ_SOURCE = daq-$(DAQ_VERSION).tar.gz
DAQ_LICENSE = GPL-2.0
DAQ_LICENSE_FILES = COPYING
DAQ_INSTALL_STAGING = YES
OpenPOWER on IntegriCloud