diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-07-03 11:49:57 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-07-03 12:58:14 +0200 |
commit | 33e2eb50842fcd91bba0b23f2d423d1cea61cca4 (patch) | |
tree | ba62f0af1f71fedaa225ef9cf6838fd06b141edb | |
parent | d21aaa9baf545a4630df0a3b7f384595c8e18835 (diff) | |
download | buildroot-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.mk | 3 |
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 |