diff mbox

[04/13] getent: remove VERSION/SOURCE

Message ID 1467539401-3411-4-git-send-email-thomas.petazzoni@free-electrons.com
State Accepted
Commit 5c772a3942f14d4b3e58d4f36bed0139b70804be
Headers show

Commit Message

Thomas Petazzoni July 3, 2016, 9:49 a.m. UTC
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@free-electrons.com>
---
 package/getent/getent.mk | 4 ----
 1 file changed, 4 deletions(-)
diff mbox

Patch

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