On 18 May 2026, at 13:26, Pratik Farkase via lists.openembedded.org 
<[email protected]> wrote:
> +    for d in general REC REC2 documents encoding exslt extensions \
> +             keys namespaces numbers plugins reports; do
> +        if [ -d ${S}/tests/$d ]; then
> +            cp -r ${S}/tests/$d ${D}${PTEST_PATH}/tests/
> +        fi

Don’t check for existence here, we want to know if this list changes.

> +    done
> +
> +    # Remove encoding test that requires windows-1251 iconv support
> +    rm -f ${D}${PTEST_PATH}/tests/encoding/bug-146.*
> +}

I think you can solve this by just rdepending on glibc-charmap-cp1251 (which 
will need to be conditional on glibc).

Ross

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#237453): 
https://lists.openembedded.org/g/openembedded-core/message/237453
Mute This Topic: https://lists.openembedded.org/mt/119371617/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to