summaryrefslogtreecommitdiffstats
path: root/package/pkg-virtual.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/pkg-virtual.mk')
-rw-r--r--package/pkg-virtual.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/pkg-virtual.mk b/package/pkg-virtual.mk
index 0de79d49be..05bd63eb18 100644
--- a/package/pkg-virtual.mk
+++ b/package/pkg-virtual.mk
@@ -41,6 +41,11 @@ $$(error No implementation selected for virtual package $(1). Configuration erro
endif
endif
+# explicitly set these so we do not get confused by environment
+# variables with the same names.
+$(2)_VERSION =
+$(2)_SOURCE =
+
$(2)_IS_VIRTUAL = YES
# Add dependency against the provider
OpenPOWER on IntegriCloud