Re: [OE-core] [PATCH] nfs-utils: add PACKAGECONFIG for gssapi

2025-02-04 Thread Alexander Kanavin via lists.openembedded.org
Using those custom thingy-config scripts is problematic as they're never written with cross-compilation in mind. Can the code be adjusted to find the needed items with pkg-config instead? Then it can be offered upstream. Alex On Tue, 4 Feb 2025 at 12:30, Yi Zhao via lists.openembedded.org wrote

Re: [OE-core] [PATCH] nfs-utils: add PACKAGECONFIG for gssapi

2025-02-04 Thread Yi Zhao via lists.openembedded.org
Ping ... //Yi On 1/19/25 19:06, Yi Zhao via lists.openembedded.org wrote: Add PACKAGECONFIG[gssapi] to support build with gss and svcgss. Signed-off-by: Yi Zhao --- ...nd-krb5-config-for-cross-compilation.patch | 53 +++ .../nfs-utils/nfs-utils_2.8.2.bb | 4

[OE-core] [PATCH] nfs-utils: add PACKAGECONFIG for gssapi

2025-01-19 Thread Yi Zhao via lists.openembedded.org
Add PACKAGECONFIG[gssapi] to support build with gss and svcgss. Signed-off-by: Yi Zhao --- ...nd-krb5-config-for-cross-compilation.patch | 53 +++ .../nfs-utils/nfs-utils_2.8.2.bb | 4 +- 2 files changed, 56 insertions(+), 1 deletion(-) create mode 100644 meta/rec