mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-01 13:49:03 +03:00
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>
This commit is contained in:
committed by
Peter Korsgaard
parent
6268be239a
commit
2d29fd96a4
@@ -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)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user