mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
48e773cbb9
commit
c1c356a9fc
@@ -22,7 +22,7 @@
|
||||
# but nothing is sure. ;)
|
||||
#
|
||||
# If ICECC_ENV_EXEC is set in local.conf, then it should point to the icecc-create-env script provided by the user
|
||||
# or the default one provided by icecc-create-env_%.bb will be used.
|
||||
# or the default one provided by icecc-create-env_0.1.bb will be used.
|
||||
# (NOTE that this is a modified version of the needed script and *not the one that comes with icecream*).
|
||||
#
|
||||
# User can specify if specific recipes or recipes inheriting specific classes should not use icecc to distribute
|
||||
|
||||
Reference in New Issue
Block a user