initscripts: remove SOURCE
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 3 Jul 2016 09:49:53 +0000 (11:49 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 3 Jul 2016 10:55:35 +0000 (12:55 +0200)
Now that the package infrastructure doesn'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>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/initscripts/initscripts.mk

index a5d8db7e9ab9d229b8fc656eb041fde90f0ae423..cfee155570c2e7745f5112217142a7f2b9944cde 100644 (file)
@@ -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/