From eeef73372c4125ad97fe065c8e71608c59b6176d Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Fri, 8 Jun 2012 22:32:14 +0200 Subject: Internal macros: when __embtk_pkg_refspec is empty, display 'src' Signed-off-by: Abdoulaye Walsimou Gaye --- mk/macros.packages.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk') diff --git a/mk/macros.packages.mk b/mk/macros.packages.mk index b7a5753..d3a3018 100644 --- a/mk/macros.packages.mk +++ b/mk/macros.packages.mk @@ -516,7 +516,7 @@ define __embtk_download_pkg_from_svn $(call embtk_echo_blue,"$(__embtk_pkg_name) using SVN") $(call embtk_echo_blue,"\tBranch : $(notdir $(__embtk_pkg_svnbranch))") $(call embtk_echo_blue,"\tRevision : $(__embtk_pkg_svnrev)") - $(call embtk_echo_blue,"\tIn : $(__embtk_pkg_refspec)") + $(call embtk_echo_blue,"\tIn : $(or $(__embtk_pkg_refspec),src)") $(call embtk_echo_blue,"\tCheckout URL : $(__embtk_pkg_svnsite)") $(call embtk_echo_blue,"\tPatched : $(__embtk_pkg_needpatch_yesno)") $(call embtk_echo_blue,"\tDependency of : $(or $(__embtk_pkg_depof),N/A)") @@ -540,7 +540,7 @@ define __embtk_download_pkg_from_git $(call embtk_echo_blue,"$(__embtk_pkg_name) using GIT") $(call embtk_echo_blue,"\tBranch : $(__embtk_pkg_gitbranch)") $(call embtk_echo_blue,"\tRevision : $(__embtk_pkg_gitrev)") - $(call embtk_echo_blue,"\tIn : $(__embtk_pkg_refspec)") + $(call embtk_echo_blue,"\tIn : $(or $(__embtk_pkg_refspec),src)") $(call embtk_echo_blue,"\tClone URL : $(__embtk_pkg_gitsite)") $(call embtk_echo_blue,"\tPatched : $(__embtk_pkg_needpatch_yesno)") $(call embtk_echo_blue,"\tDependency of : $(or $(__embtk_pkg_depof),N/A)") -- cgit v1.2.3