From: Thomas Petazzoni Date: Sun, 3 Jul 2016 09:49:52 +0000 (+0200) Subject: getent: remove VERSION/SOURCE X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5c772a3942f14d4b3e58d4f36bed0139b70804be;p=buildroot.git 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 --- 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