[Buildroot] [PATCH 04/13] getent: remove VERSION/SOURCE

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Jul 3 09:49:52 UTC 2016


Now that the package infrastructure doen'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 at free-electrons.com>
---
 package/getent/getent.mk | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/package/getent/getent.mk b/package/getent/getent.mk
index 18f0991..ed249e8 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
-- 
2.7.4



More information about the buildroot mailing list