diff mbox series

[whinlatter,07/67] nfs-utils: remove obsolete 'make clean' call

Message ID 20251213095931.2571498-7-ankur.tyagi85@gmail.com
State Changes Requested
Delegated to: Steve Sakoman
Headers show
Series [whinlatter,01/67] bluez5: upgrade 5.84 -> 5.85 | expand

Commit Message

Ankur Tyagi Dec. 13, 2025, 9:58 a.m. UTC
From: Ross Burton <ross.burton@arm.com>

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>
(cherry picked from commit 2751280d2d6238839aa5c7f5624a63fcfc9f8a85)
Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
---
 meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.4.bb | 6 ------
 1 file changed, 6 deletions(-)

Comments

Ankur Tyagi Dec. 16, 2025, 3:24 p.m. UTC | #1
This patch doesn't bring any critical bug fix, hence can be dropped.

On Sat, Dec 13, 2025 at 3:29 PM <ankur.tyagi85@gmail.com> wrote:
>
> From: Ross Burton <ross.burton@arm.com>
>
> 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>
> (cherry picked from commit 2751280d2d6238839aa5c7f5624a63fcfc9f8a85)
> Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
> ---
>  meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.4.bb | 6 ------
>  1 file changed, 6 deletions(-)
>
> 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 08e7dd8900..65970f58e8 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"
>
diff mbox series

Patch

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 08e7dd8900..65970f58e8 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"