diff mbox

[05/13] initscripts: remove SOURCE

Message ID 1467539401-3411-5-git-send-email-thomas.petazzoni@free-electrons.com
State Accepted
Commit 83da51635065010fff5b6daff8ba75fdf9513fae
Headers show

Commit Message

Thomas Petazzoni July 3, 2016, 9:49 a.m. UTC
Now that the package infrastructure doen't attempt to download a package
that has an empty version string, there's no need to define the SOURCE
variable in the initscripts package.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/initscripts/initscripts.mk | 3 ---
 1 file changed, 3 deletions(-)
diff mbox

Patch

diff --git a/package/initscripts/initscripts.mk b/package/initscripts/initscripts.mk
index a5d8db7..cfee155 100644
--- a/package/initscripts/initscripts.mk
+++ b/package/initscripts/initscripts.mk
@@ -4,9 +4,6 @@ 
 #
 ################################################################################
 
-# source included in buildroot
-INITSCRIPTS_SOURCE =
-
 define INITSCRIPTS_INSTALL_TARGET_CMDS
 	mkdir -p  $(TARGET_DIR)/etc/init.d
 	$(INSTALL) -D -m 0755 package/initscripts/init.d/* $(TARGET_DIR)/etc/init.d/