On 11 Apr 2024, at 23:36, Dan McGregor via lists.openembedded.org
<[email protected]> wrote:
> +do_install:append:class-nativesdk() {
> + oe_runmake -C ${B}/man DESTDIR="${D}" sbindir="${base_sbindir}"
> usbindir="${sbindir}" install-man
> +}
> +
> +do_install:append:class-target() {
> + oe_runmake -C ${B}/man DESTDIR="${D}" sbindir="${base_sbindir}"
> usbindir="${sbindir}" install-man
> +}
As ${mandir} is explicitly removed from the sysroot for native builds, you
could probably just do this in do_install and let the system throw away the man
pages in the native case.
Ross
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#198612):
https://lists.openembedded.org/g/openembedded-core/message/198612
Mute This Topic: https://lists.openembedded.org/mt/105473133/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-