From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 1/3] alsa: Fix bug#13087 remove services entry Date: Fri, 21 Apr 2023 23:15:01 +0200 Message-ID: <20230421211503.2647702-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7006081240430749494==" List-Id: --===============7006081240430749494== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - alsa has an initscript but it is not starting and stopping a traditional da= emon service. The initscript loads some alsa modules and then restores the asound.state = file - This patch updates the PAK_VER number and removes the services entry and ex= plicitly adds alsa in for the initscript installation. Fixes: Bug#13087 Signed-off-by: Adolf Belka --- lfs/alsa | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/alsa b/lfs/alsa index 2d89af880..5c74bd182 100644 --- a/lfs/alsa +++ b/lfs/alsa @@ -37,11 +37,11 @@ DL_FILE =3D $(THISAPP).tar.bz2 DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) PROG =3D alsa -PAK_VER =3D 15 +PAK_VER =3D 16 =20 DEPS =3D =20 -SERVICES =3D alsa +SERVICES =3D =20 TARGET =3D $(DIR_INFO)/$(THISAPP) =20 @@ -104,6 +104,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP)/alsa-firmware-$(FVER) && make $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_APP)/alsa-firmware-$(FVER) && make install # install initscript - $(call INSTALL_INITSCRIPTS,$(SERVICES)) + $(call INSTALL_INITSCRIPTS,alsa) @rm -rf $(DIR_SRC)/alsa* @$(POSTBUILD) --=20 2.40.0 --===============7006081240430749494==--