summaryrefslogtreecommitdiffstats
path: root/meta/classes/base.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-12-18 12:11:42 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2009-12-18 12:11:42 +0000
commit1ec852688b9da684378c51d2305d3d06f1cccfec (patch)
tree57d4518276c5a8c236e08b38e46a72b5ee021741 /meta/classes/base.bbclass
parent70a39469566ba81a7903d59a947e7592315aae98 (diff)
downloadpoky-1ec852688b9da684378c51d2305d3d06f1cccfec.tar.gz
base.bbclass: Fix indentation error
Diffstat (limited to 'meta/classes/base.bbclass')
-rw-r--r--meta/classes/base.bbclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass
index 3639320906..048353170f 100644
--- a/meta/classes/base.bbclass
+++ b/meta/classes/base.bbclass
@@ -724,7 +724,7 @@ METADATA_BRANCH ?= "${@base_detect_branch(d)}"
724METADATA_REVISION ?= "${@base_detect_revision(d)}" 724METADATA_REVISION ?= "${@base_detect_revision(d)}"
725 725
726def base_detect_revision(d): 726def base_detect_revision(d):
727 path = base_get_scmbasepath(d) 727 path = base_get_scmbasepath(d)
728 728
729 scms = [base_get_metadata_git_revision, \ 729 scms = [base_get_metadata_git_revision, \
730 base_get_metadata_svn_revision] 730 base_get_metadata_svn_revision]
@@ -737,7 +737,7 @@ def base_detect_revision(d):
737 return "<unknown>" 737 return "<unknown>"
738 738
739def base_detect_branch(d): 739def base_detect_branch(d):
740 path = base_get_scmbasepath(d) 740 path = base_get_scmbasepath(d)
741 741
742 scms = [base_get_metadata_git_branch] 742 scms = [base_get_metadata_git_branch]
743 743