From: Thomas Petazzoni Date: Sun, 3 Jul 2016 09:49:57 +0000 (+0200) Subject: skeleton: remove SOURCE variable X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=33e2eb50842fcd91bba0b23f2d423d1cea61cca4;p=buildroot.git 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 Signed-off-by: Peter Korsgaard --- 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