Thanks, applied as deb15b25163b6d4e12ddb49a22bc308f62e5d327.

Michael

[sent from post-receive hook]

On Fri, 17 Oct 2025 10:21:04 +0200, Sven Püschel <[email protected]> 
wrote:
> When the configure file is missing from the project, an autogen.sh
> should be added to patches instead of running autogen.sh in the prepare
> stage.
> 
> Signed-off-by: Sven Püschel <[email protected]>
> Message-Id: <[email protected]>
> Signed-off-by: Michael Olbrich <[email protected]>
> 
> diff --git a/patches/sockperf-3.10/autogen.sh 
> b/patches/sockperf-3.10/autogen.sh
> new file mode 120000
> index 000000000000..9f8a4cb7ddcb
> --- /dev/null
> +++ b/patches/sockperf-3.10/autogen.sh
> @@ -0,0 +1 @@
> +../autogen.sh
> \ No newline at end of file
> diff --git a/rules/sockperf.make b/rules/sockperf.make
> index 55b96875d5d4..b1037c899e95 100644
> --- a/rules/sockperf.make
> +++ b/rules/sockperf.make
> @@ -32,12 +32,6 @@ SOCKPERF_CONF_TOOL := autoconf
>  SOCKPERF_CONF_ENV       := $(CROSS_ENV) GIT_CEILING_DIRECTORIES="$(BUILDDIR)"
>  SOCKPERF_MAKE_ENV       := $(CROSS_ENV) GIT_CEILING_DIRECTORIES="$(BUILDDIR)"
>  
> -$(STATEDIR)/sockperf.prepare:
> -     @$(call targetinfo)
> -     @$(call world/execute, SOCKPERF, ./autogen.sh)
> -     @$(call world/prepare, SOCKPERF)
> -     @$(call touch)
> -
>  # 
> ----------------------------------------------------------------------------
>  # Target-Install
>  # 
> ----------------------------------------------------------------------------

Reply via email to