summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorUlrich Ölmann <u.oelmann@pengutronix.de>2022-09-14 13:19:45 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-17 07:47:07 +0100
commitc1c356a9fc2123170ef020f476138aec83858a9e (patch)
tree5c5cf0330c85c985eaafc71c01855c23d1e8d5a9 /meta
parent48e773cbb9712c8718ebd947411087ad9939db7c (diff)
downloadpoky-c1c356a9fc2123170ef020f476138aec83858a9e.tar.gz
icecc.bbclass: fix filename of recipe in comment
The character '%' is not a valid part of a recipe filename and has been used here only to suggest a wildcard regarding the recipe's version, see reply [1] in a companioned thread. Correct that by using the current recipe version instead. [1] https://lists.yoctoproject.org/g/docs/message/3165 (From OE-Core rev: cf8835b53cb5ce3ff13f97fcf2d22b97a9f1ede4) Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/classes/icecc.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/icecc.bbclass b/meta/classes/icecc.bbclass
index e478ba488c..312e0f17b5 100644
--- a/meta/classes/icecc.bbclass
+++ b/meta/classes/icecc.bbclass
@@ -22,7 +22,7 @@
22# but nothing is sure. ;) 22# but nothing is sure. ;)
23# 23#
24# If ICECC_ENV_EXEC is set in local.conf, then it should point to the icecc-create-env script provided by the user 24# If ICECC_ENV_EXEC is set in local.conf, then it should point to the icecc-create-env script provided by the user
25# or the default one provided by icecc-create-env_%.bb will be used. 25# or the default one provided by icecc-create-env_0.1.bb will be used.
26# (NOTE that this is a modified version of the needed script and *not the one that comes with icecream*). 26# (NOTE that this is a modified version of the needed script and *not the one that comes with icecream*).
27# 27#
28# User can specify if specific recipes or recipes inheriting specific classes should not use icecc to distribute 28# User can specify if specific recipes or recipes inheriting specific classes should not use icecc to distribute