On 5 Nov 2024, at 10:12, Changqing Li via lists.openembedded.org 
<changqing.li=windriver....@lists.openembedded.org> wrote:
> --- a/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc
> +++ b/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc
> @@ -37,6 +37,7 @@ do_configure:prepend () {
> if [ ! -e ${S}/acinclude.m4 ]; then
> cp ${S}/aclocal.m4 ${S}/acinclude.m4
> fi
> + sed -i -e 's#@TIC@#:#g' ${S}/doc/Makefile.in
> }

A brute-force sed feels ugly and prone to silent breakage.  Wouldn’t this work 
just as well:

EXTRA_OEMAKE = “TIC=true”

Ross
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#207466): 
https://lists.openembedded.org/g/openembedded-core/message/207466
Mute This Topic: https://lists.openembedded.org/mt/109403291/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to