summaryrefslogtreecommitdiffstats
path: root/meta/classes/staging.bbclass
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-01-30 13:44:47 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-01 15:07:42 +0000
commitae3184c96e3f0961de947fa97be89ec6bdd47fb0 (patch)
treefd2b802dd1f4539437f5e2a9e79d8bf655388f58 /meta/classes/staging.bbclass
parent2805ff120e5a9070ed770a29c4c2103a52d4cadb (diff)
downloadpoky-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/staging.bbclass')
-rw-r--r--meta/classes/staging.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/staging.bbclass b/meta/classes/staging.bbclass
index 9c9df6af92..66314a7ba8 100644
--- a/meta/classes/staging.bbclass
+++ b/meta/classes/staging.bbclass
@@ -115,7 +115,7 @@ addtask do_populate_sysroot_setscene
115 115
116python () { 116python () {
117 if d.getVar('do_stage', True) is not None: 117 if d.getVar('do_stage', True) is not None:
118 bb.fatal("Legacy staging found for %s as it has a do_stage function. This will need conversion to a do_install or often simply removal to work with Poky" % d.getVar("FILE", True)) 118 bb.fatal("Legacy staging found for %s as it has a do_stage function. This will need conversion to a do_install or often simply removal to work with OE-core" % d.getVar("FILE", True))
119} 119}
120 120
121 121