From 5c772a3942f14d4b3e58d4f36bed0139b70804be Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 3 Jul 2016 11:49:52 +0200 Subject: [PATCH] getent: remove VERSION/SOURCE 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 VERSION and SOURCE variables in the getent package. Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- package/getent/getent.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/package/getent/getent.mk b/package/getent/getent.mk index 18f09912a7..ed249e8d45 100644 --- a/package/getent/getent.mk +++ b/package/getent/getent.mk @@ -4,10 +4,6 @@ # ################################################################################ -# source included in Buildroot -GETENT_SOURCE = - -GETENT_VERSION = buildroot-$(BR2_VERSION) GETENT_LICENSE = LGPLv2.1+ # For glibc toolchains, we use the getent program built/installed by