> -----Original Message-----
> From: [email protected]
> <[email protected]> On Behalf Of Ross Burton via
> lists.openembedded.org
> Sent: den 18 maj 2026 12:33
> To: [email protected]
> Subject: [OE-core] [PATCH 3/4] groff: fix whitespace
>
> Fix bad indentation.
>
> Signed-off-by: Ross Burton <[email protected]>
> ---
> meta/recipes-extended/groff/groff_1.24.1.bb | 6 ++++--
> 1 file changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/meta/recipes-extended/groff/groff_1.24.1.bb
> b/meta/recipes-extended/groff/groff_1.24.1.bb
> index e780603b1e6..74e422c6af4 100644
> --- a/meta/recipes-extended/groff/groff_1.24.1.bb
> +++ b/meta/recipes-extended/groff/groff_1.24.1.bb
> @@ -65,8 +65,10 @@ do_install:append() {
> rm -rf ${D}${bindir}/grap2graph
> rm -rf ${D}${mandir}/man1/grap2graph*
>
> - # strip hosttool path out of generated files
> - sed -i -e 's:${HOSTTOOLS_DIR}/::g'
> ${D}${docdir}/${BP}/examples/hdtbl/*.roff
> + # strip hosttool path out of generated files
> + if [ -d ${D}${docdir}/${BP}/examples/hdtbl/ ]; then
This is not a whitespace clean-up...
> + sed -i -e 's:${HOSTTOOLS_DIR}/::g'
> ${D}${docdir}/${BP}/examples/hdtbl/*.roff
> + fi
> }
>
> do_install:append:class-native() {
> --
> 2.43.0
//Peter
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#237439):
https://lists.openembedded.org/g/openembedded-core/message/237439
Mute This Topic: https://lists.openembedded.org/mt/119370508/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-