diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-01-30 13:44:47 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-01 15:07:42 +0000 |
commit | ae3184c96e3f0961de947fa97be89ec6bdd47fb0 (patch) | |
tree | fd2b802dd1f4539437f5e2a9e79d8bf655388f58 /meta/classes/sanity.bbclass | |
parent | 2805ff120e5a9070ed770a29c4c2103a52d4cadb (diff) | |
download | poky-ae3184c96e3f0961de947fa97be89ec6bdd47fb0.tar.gz |
classes: replace 'Poky' with 'OE-core'
(From OE-Core rev: 1fdcd32520a05465b0d54c062f28bac9cdf74a20)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/sanity.bbclass')
-rw-r--r-- | meta/classes/sanity.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass index 53584eedf2..a02942875a 100644 --- a/meta/classes/sanity.bbclass +++ b/meta/classes/sanity.bbclass | |||
@@ -5,7 +5,7 @@ | |||
5 | SANITY_REQUIRED_UTILITIES ?= "patch diffstat texi2html makeinfo svn bzip2 tar gzip gawk chrpath wget cpio" | 5 | SANITY_REQUIRED_UTILITIES ?= "patch diffstat texi2html makeinfo svn bzip2 tar gzip gawk chrpath wget cpio" |
6 | 6 | ||
7 | def raise_sanity_error(msg): | 7 | def raise_sanity_error(msg): |
8 | bb.fatal(""" Poky's config sanity checker detected a potential misconfiguration. | 8 | bb.fatal(""" OE-core's config sanity checker detected a potential misconfiguration. |
9 | Either fix the cause of this error or at your own risk disable the checker (see sanity.conf). | 9 | Either fix the cause of this error or at your own risk disable the checker (see sanity.conf). |
10 | Following is the list of potential problems / advisories: | 10 | Following is the list of potential problems / advisories: |
11 | 11 | ||