]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
nfs-utils: remove obsolete 'make clean' call
authorRoss Burton <ross.burton@arm.com>
Fri, 14 Nov 2025 12:42:18 +0000 (12:42 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 27 Nov 2025 10:34:05 +0000 (10:34 +0000)
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>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.4.bb

index 08e7dd89003a1efa1c2957071b1030da6204b128..65970f58e8bed54dfcf07adcc4fb4b7477a68758 100644 (file)
@@ -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"