bitbake: Upgrade from 1.4 -> 1.7.4ish

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@863 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2006-11-16 15:02:15 +00:00
parent 65930a38e4
commit 306b7c7a97
44 changed files with 3696 additions and 1785 deletions

View File

@@ -41,7 +41,7 @@ bbdebug() {
exit 1
}
test ${@bb.debug_level} -ge $1 && {
test ${@bb.msg.debug_level} -ge $1 && {
shift
echo "DEBUG:" $*
}