| Message ID | 20251114124218.3595920-2-ross.burton@arm.com |
|---|---|
| State | New |
| Headers | show |
| Series | [1/2] nfs-utils: clean up sbin installation | expand |
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.4.bb b/meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.4.bb index fcbbadd914a..631f1819eb5 100644 --- a/meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.4.bb +++ b/meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.4.bb @@ -123,12 +123,6 @@ do_configure:prepend() { ${S}/systemd/Makefile.am ${S}/tools/nfsrahead/Makefile.am } -# Make clean needed because the package comes with -# precompiled 64-bit objects that break the build -do_compile:prepend() { - make clean -} - # Works on systemd only HIGH_RLIMIT_NOFILE ??= "4096"
The 1.2.8 release did indeed ship binary .o files, such as: nfs-utils-1.2.8/support/nfs/conffile.o No recent release has done this though. Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.4.bb | 6 ------ 1 file changed, 6 deletions(-)