virtual-package: fake a version string for virtual packages
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas De Schampheleire <patrickdepinguin@gmail.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
7397f45782
commit
455a354c96
@ -44,6 +44,10 @@ endif
|
||||
# A virtual package does not have any source associated
|
||||
$(2)_SOURCE =
|
||||
|
||||
# Fake a version string, so it looks nicer in the build log
|
||||
$(3)_VERSION = virtual
|
||||
HOST_$(3)_VERSION = virtual
|
||||
|
||||
# This must be repeated from inner-generic-package, otherwise we get an empty
|
||||
# _DEPENDENCIES
|
||||
$(2)_DEPENDENCIES ?= $(filter-out host-toolchain $(1),\
|
||||
|
Loading…
Reference in New Issue
Block a user