mkpasswd: remove VERSION/SOURCE
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 3 Jul 2016 09:49:55 +0000 (11:49 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 3 Jul 2016 10:56:29 +0000 (12:56 +0200)
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 mkpasswd package.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/mkpasswd/mkpasswd.mk

index 0447ecc9a059c92265ee14c8c54e2ce604dc37e2..07935a41bfe42c06a983962f52030856eca206b8 100644 (file)
@@ -7,11 +7,8 @@
 # source included in buildroot, taken from
 # https://github.com/rfc1036/whois/blob/master/
 # at revision 5a0f08500fa51608b6d3b73ee338be38c692eadb
-HOST_MKPASSWD_SOURCE =
 HOST_MKPASSWD_LICENSE = GPLv2+
 
-HOST_MKPASSWD_VERSION = buildroot-$(BR2_VERSION)
-
 define HOST_MKPASSWD_BUILD_CMDS
        $(HOSTCC) $(HOST_CFLAGS) $(HOST_LDFLAGS) \
                package/mkpasswd/mkpasswd.c package/mkpasswd/utils.c \