|
@@ -44,6 +44,10 @@ endif
|
|
# A virtual package does not have any source associated
|
|
# A virtual package does not have any source associated
|
|
$(2)_SOURCE =
|
|
$(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
|
|
# This must be repeated from inner-generic-package, otherwise we get an empty
|
|
# _DEPENDENCIES
|
|
# _DEPENDENCIES
|
|
$(2)_DEPENDENCIES ?= $(filter-out host-toolchain $(1),\
|
|
$(2)_DEPENDENCIES ?= $(filter-out host-toolchain $(1),\
|