summaryrefslogtreecommitdiffstats
path: root/package/getent
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-03 11:49:52 +0200
committerPeter Korsgaard <peter@korsgaard.com>2016-07-03 12:54:59 +0200
commit5c772a3942f14d4b3e58d4f36bed0139b70804be (patch)
treefab6ff681bd30ad3f6c61caf94cb96880ce86812 /package/getent
parent2d29fd96a437a540a3aa996194712f8decf4c0f5 (diff)
downloadbuildroot-5c772a3942f14d4b3e58d4f36bed0139b70804be.tar.gz
buildroot-5c772a3942f14d4b3e58d4f36bed0139b70804be.zip
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 <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/getent')
-rw-r--r--package/getent/getent.mk4
1 files changed, 0 insertions, 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
OpenPOWER on IntegriCloud