summaryrefslogtreecommitdiffstats
path: root/rules/host-pkg-config-wrapper.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/host-pkg-config-wrapper.make')
-rw-r--r--rules/host-pkg-config-wrapper.make8
1 files changed, 4 insertions, 4 deletions
diff --git a/rules/host-pkg-config-wrapper.make b/rules/host-pkg-config-wrapper.make
index 0ff85c95d..14d2b089e 100644
--- a/rules/host-pkg-config-wrapper.make
+++ b/rules/host-pkg-config-wrapper.make
@@ -17,10 +17,10 @@ HOST_PACKAGES-$(PTXCONF_HOST_PKG_CONFIG_WRAPPER) += host-pkg-config-wrapper
#
# Paths and names
#
-HOST_PKG_CONFIG_WRAPPER_VERSION = 1.0.0
-HOST_PKG_CONFIG_WRAPPER = pkg-config-wrapper-$(HOST_PKG_CONFIG_WRAPPER_VERSION)
-HOST_PKG_CONFIG_WRAPPER_SUFFIX =
-HOST_PKG_CONFIG_WRAPPER_DIR = $(HOST_BUILDDIR)/$(HOST_PKG_CONFIG_WRAPPER)
+HOST_PKG_CONFIG_WRAPPER_VERSION := 1.0.0
+HOST_PKG_CONFIG_WRAPPER := pkg-config-wrapper-$(HOST_PKG_CONFIG_WRAPPER_VERSION)
+HOST_PKG_CONFIG_WRAPPER_SUFFIX :=
+HOST_PKG_CONFIG_WRAPPER_DIR := $(HOST_BUILDDIR)/$(HOST_PKG_CONFIG_WRAPPER)
-include $(call package_depfile)