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

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

index 130f5bc9cbeef16e759e37bbe1653b7060980ad0..95933c4f4e540cb7a44e59cca0ab7159dcb5eda8 100644 (file)
@@ -4,11 +4,6 @@
 #
 ################################################################################
 
-# source included in buildroot
-MAKEDEVS_SOURCE =
-HOST_MAKEDEVS_SOURCE =
-
-MAKEDEVS_VERSION = buildroot-$(BR2_VERSION)
 MAKEDEVS_LICENSE = GPLv2
 
 HOST_MAKEDEVS_CFLAGS = $(HOST_CFLAGS)