summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-03 11:49:51 +0200
committerPeter Korsgaard <peter@korsgaard.com>2016-07-03 12:52:45 +0200
commit2d29fd96a437a540a3aa996194712f8decf4c0f5 (patch)
treef3de9dacb45f475215650e2c682895e18dbffce6
parent6268be239aaa747a411425a969b99f42e03ece6d (diff)
downloadbuildroot-2d29fd96a437a540a3aa996194712f8decf4c0f5.tar.gz
buildroot-2d29fd96a437a540a3aa996194712f8decf4c0f5.zip
pkg-virtual: 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 virtual package infrastructure. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/pkg-virtual.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/package/pkg-virtual.mk b/package/pkg-virtual.mk
index 3fbe0a31da..bcb2cadaaa 100644
--- a/package/pkg-virtual.mk
+++ b/package/pkg-virtual.mk
@@ -43,12 +43,6 @@ endif
$(2)_IS_VIRTUAL = YES
-# A virtual package does not have any source associated
-$(2)_SOURCE =
-
-# Fake a version string, so it looks nicer in the build log
-$(2)_VERSION = virtual
-
# Add dependency against the provider
$(2)_DEPENDENCIES += $$(call qstrip,$$(BR2_PACKAGE_PROVIDES_$(2)))
OpenPOWER on IntegriCloud