summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-03 11:49:57 +0200
committerPeter Korsgaard <peter@korsgaard.com>2016-07-03 12:58:14 +0200
commit33e2eb50842fcd91bba0b23f2d423d1cea61cca4 (patch)
treeba62f0af1f71fedaa225ef9cf6838fd06b141edb
parentd21aaa9baf545a4630df0a3b7f384595c8e18835 (diff)
downloadbuildroot-33e2eb50842fcd91bba0b23f2d423d1cea61cca4.tar.gz
buildroot-33e2eb50842fcd91bba0b23f2d423d1cea61cca4.zip
skeleton: remove SOURCE variable
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 skeleton package. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/skeleton/skeleton.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/package/skeleton/skeleton.mk b/package/skeleton/skeleton.mk
index 4e3cdc68df..d8d1e7016c 100644
--- a/package/skeleton/skeleton.mk
+++ b/package/skeleton/skeleton.mk
@@ -4,9 +4,6 @@
#
################################################################################
-# source included in buildroot
-SKELETON_SOURCE =
-
# The skeleton can't depend on the toolchain, since all packages depends on the
# skeleton and the toolchain is a target package, as is skeleton.
# Hence, skeleton would depends on the toolchain and the toolchain would depend
OpenPOWER on IntegriCloud