mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libass: don't run autogen.sh in libass.make
@ 2025-10-13 16:35 Sven Püschel
  2025-10-17  8:21 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Sven Püschel @ 2025-10-13 16:35 UTC (permalink / raw)
  To: ptxdist; +Cc: Sven Püschel

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 <s.pueschel@pengutronix.de>
---
 patches/libass-0.17.1/autogen.sh | 1 +
 rules/libass.make                | 6 ------
 2 files changed, 1 insertion(+), 6 deletions(-)
 create mode 120000 patches/libass-0.17.1/autogen.sh

diff --git a/patches/libass-0.17.1/autogen.sh b/patches/libass-0.17.1/autogen.sh
new file mode 120000
index 000000000..9f8a4cb7d
--- /dev/null
+++ b/patches/libass-0.17.1/autogen.sh
@@ -0,0 +1 @@
+../autogen.sh
\ No newline at end of file
diff --git a/rules/libass.make b/rules/libass.make
index a0066e156..3bf820c01 100644
--- a/rules/libass.make
+++ b/rules/libass.make
@@ -35,12 +35,6 @@ LIBASS_CONF_OPT		:= \
 	--disable-test \
 	--disable-profile
 
-$(STATEDIR)/libass.prepare:
-	@$(call targetinfo)
-	@$(call world/execute, LIBASS, ./autogen.sh)
-	@$(call world/prepare, LIBASS)
-	@$(call touch)
-
 # ----------------------------------------------------------------------------
 # Target-Install
 # ----------------------------------------------------------------------------
-- 
2.47.3




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] libass: don't run autogen.sh in libass.make
  2025-10-13 16:35 [ptxdist] [PATCH] libass: don't run autogen.sh in libass.make Sven Püschel
@ 2025-10-17  8:21 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2025-10-17  8:21 UTC (permalink / raw)
  To: ptxdist; +Cc: Sven Püschel

Thanks, applied as 65308a6913686a465c562826c3a862225d213272.

Michael

[sent from post-receive hook]

On Fri, 17 Oct 2025 10:21:04 +0200, Sven Püschel <s.pueschel@pengutronix.de> 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 <s.pueschel@pengutronix.de>
> Message-Id: <20251013163527.2665822-1-s.pueschel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/patches/libass-0.17.1/autogen.sh b/patches/libass-0.17.1/autogen.sh
> new file mode 120000
> index 000000000000..9f8a4cb7ddcb
> --- /dev/null
> +++ b/patches/libass-0.17.1/autogen.sh
> @@ -0,0 +1 @@
> +../autogen.sh
> \ No newline at end of file
> diff --git a/rules/libass.make b/rules/libass.make
> index a0066e156a78..3bf820c01ed5 100644
> --- a/rules/libass.make
> +++ b/rules/libass.make
> @@ -35,12 +35,6 @@ LIBASS_CONF_OPT		:= \
>  	--disable-test \
>  	--disable-profile
>  
> -$(STATEDIR)/libass.prepare:
> -	@$(call targetinfo)
> -	@$(call world/execute, LIBASS, ./autogen.sh)
> -	@$(call world/prepare, LIBASS)
> -	@$(call touch)
> -
>  # ----------------------------------------------------------------------------
>  # Target-Install
>  # ----------------------------------------------------------------------------



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-10-17  8:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-13 16:35 [ptxdist] [PATCH] libass: don't run autogen.sh in libass.make Sven Püschel
2025-10-17  8:21 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox