diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-20 15:59:04 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-21 00:29:29 +0100 |
commit | 46d0cc3dc88307d69a7884c0e5c79e0c8d5e4dc7 (patch) | |
tree | a5ec6b373a47da71cd2e474aac453ce022579179 /meta | |
parent | 211ae3b4dfe5e55b8fa18cfb9c71fa37f06c9748 (diff) | |
download | poky-46d0cc3dc88307d69a7884c0e5c79e0c8d5e4dc7.tar.gz |
Rename poky-init-build-env to oe-init-build-env
(From OE-Core rev: fa6176219b741eed346b21a3d923e9abc9b5442a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 500a1b2f69..b5170a55c7 100644 --- a/meta/classes/sanity.bbclass +++ b/meta/classes/sanity.bbclass | |||
@@ -46,7 +46,7 @@ def check_pseudo_wrapper(): | |||
46 | # Check if bitbake wrapper is being used | 46 | # Check if bitbake wrapper is being used |
47 | pseudo_build = os.environ.get( 'PSEUDO_BUILD' ) | 47 | pseudo_build = os.environ.get( 'PSEUDO_BUILD' ) |
48 | if not pseudo_build: | 48 | if not pseudo_build: |
49 | bb.warn("Bitbake has not been run using the bitbake wrapper (scripts/bitbake); this is likely because your PATH has been altered from that normally set up by the poky-init-build-env script. Not using the wrapper may result in failures during package installation, so it is highly recommended that you set your PATH back so that the wrapper script is being executed.") | 49 | bb.warn("Bitbake has not been run using the bitbake wrapper (scripts/bitbake); this is likely because your PATH has been altered from that normally set up by the oe-init-build-env script. Not using the wrapper may result in failures during package installation, so it is highly recommended that you set your PATH back so that the wrapper script is being executed.") |
50 | 50 | ||
51 | if (not pseudo_build) or pseudo_build == '2': | 51 | if (not pseudo_build) or pseudo_build == '2': |
52 | # pseudo ought to be working, let's see if it is... | 52 | # pseudo ought to be working, let's see if it is... |