diff mbox

[03/13] pkg-virtual: remove VERSION/SOURCE

Message ID 1467539401-3411-3-git-send-email-thomas.petazzoni@free-electrons.com
State Accepted
Commit 2d29fd96a437a540a3aa996194712f8decf4c0f5
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 virtual package infrastructure.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/pkg-virtual.mk | 6 ------
 1 file changed, 6 deletions(-)
diff mbox

Patch

diff --git a/package/pkg-virtual.mk b/package/pkg-virtual.mk
index 3fbe0a3..bcb2cad 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)))