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>
This commit is contained in:
Thomas Petazzoni 2016-07-03 11:49:57 +02:00 committed by Peter Korsgaard
parent d21aaa9baf
commit 33e2eb5084

View File

@ -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