From 33c2d942cda5c22a9db8b1ab473ac5b425da73dc Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sat, 10 Mar 2012 13:31:02 +0100 Subject: Build system: generic macros: use its repository type as version, when a package use a scm as source Signed-off-by: Abdoulaye Walsimou Gaye --- mk/buildsystem.mk | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'mk/buildsystem.mk') diff --git a/mk/buildsystem.mk b/mk/buildsystem.mk index 5e377ef..8c83105 100644 --- a/mk/buildsystem.mk +++ b/mk/buildsystem.mk @@ -91,14 +91,14 @@ define __embtk_mk_startbuild $(call embtk_echo_blue," ~~~~~~~~~~~ ") $(call embtk_echo_blue,"| Toolchain |") $(call embtk_echo_blue," ~~~~~~~~~~~ ") - $(call embtk_echo_blue,"\tLinux kernel headers: linux-$(call embtk_get_pkgversion,linux)") - $(call embtk_echo_blue,"\tC library : $(__embtk_toolchain_clib)") - $(call embtk_echo_blue,"\tBinutils : binutils-$(call embtk_get_pkgversion,binutils)") - $(call embtk_echo_blue,"\tGCC : gcc-$(call embtk_get_pkgversion,gcc)") + $(call embtk_echo_blue,"\tLinux kernel headers: linux-$(call __embtk_pkg_version,linux)") + $(call embtk_echo_blue,"\tC library : $(call __embtk_pkg_name,$(__embtk_toolchain_clib))-$(call __embtk_pkg_version,$(__embtk_toolchain_clib))") + $(call embtk_echo_blue,"\tBinutils : binutils-$(call __embtk_pkg_version,binutils)") + $(call embtk_echo_blue,"\tGCC : gcc-$(call __embtk_pkg_version,gcc)") $(if $(CONFIG_EMBTK_HAVE_GDB_SYSTEM), - $(call embtk_echo_blue,"\tGDB : gdb-$(call embtk_get_pkgversion,gdb)")) + $(call embtk_echo_blue,"\tGDB : gdb-$(call __embtk_pkg_version,gdb)")) $(if $(CONFIG_EMBTK_HAVE_STRACE), - $(call embtk_echo_blue,"\tStrace : strace-$(call embtk_get_pkgversion,strace)")) + $(call embtk_echo_blue,"\tStrace : strace-$(call __embtk_pkg_version,strace)")) $(call embtk_echo_blue," ~~~~~~~~~~~~ ") $(call embtk_echo_blue,"| Host tools |") $(call embtk_echo_blue," ~~~~~~~~~~~~ ") -- cgit v1.2.3