Thanks, applied as 65308a6913686a465c562826c3a862225d213272. 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/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 > # > ----------------------------------------------------------------------------
