aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Miao <eric.miao@linaro.org>2011-12-15 20:44:28 +0800
committerEric Miao <eric.miao@linaro.org>2011-12-15 20:44:28 +0800
commit8d6ceff4b9b92dbb68818fb8f06976401335e5b7 (patch)
treec3899a75b7140eef75cd50d8ba68b01ca2c7622b
parent3d9cce2da5f70160103915871ce0f6c86c205461 (diff)
LINARO: fix the incorrect tools package name in building
BugLink: http://bugs.launchpad.net/bugs/824610 Signed-off-by: Eric Miao <eric.miao@linaro.org>
-rw-r--r--debian/rules.d/0-common-vars.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules.d/0-common-vars.mk b/debian/rules.d/0-common-vars.mk
index 74ed188ef9d..16e00ec1779 100644
--- a/debian/rules.d/0-common-vars.mk
+++ b/debian/rules.d/0-common-vars.mk
@@ -172,8 +172,8 @@ do_tools?=true
else
do_tools?=false
endif
-tools_pkg_name=$(common_src_pkg_name)-tools-$(abi_release)
-tools_common_pkg_name=$(common_src_pkg_name)-tools-common
+tools_pkg_name=$(src_pkg_name)-tools-$(abi_release)
+tools_common_pkg_name=$(src_pkg_name)-tools-common
# The general flavour specific image package.
do_flavour_image_package=true