summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/classes/buildhistory.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/buildhistory.bbclass b/meta/classes/buildhistory.bbclass
index 1ac1a8b202..ecff637807 100644
--- a/meta/classes/buildhistory.bbclass
+++ b/meta/classes/buildhistory.bbclass
@@ -500,7 +500,7 @@ END
500 repostatus=`git status --porcelain | grep -v " metadata-revs$"` 500 repostatus=`git status --porcelain | grep -v " metadata-revs$"`
501 HOSTNAME=`hostname 2>/dev/null || echo unknown` 501 HOSTNAME=`hostname 2>/dev/null || echo unknown`
502 if [ "$repostatus" != "" ] ; then 502 if [ "$repostatus" != "" ] ; then
503 git add . 503 git add -A .
504 # porcelain output looks like "?? packages/foo/bar" 504 # porcelain output looks like "?? packages/foo/bar"
505 # Ensure we commit metadata-revs with the first commit 505 # Ensure we commit metadata-revs with the first commit
506 for entry in `echo "$repostatus" | awk '{print $2}' | awk -F/ '{print $1}' | sort | uniq` ; do 506 for entry in `echo "$repostatus" | awk '{print $2}' | awk -F/ '{print $1}' | sort | uniq` ; do