mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
buildprocess: Add extra metadata to pak lfs files
* Add a Summary and Services field to all pak lfs files * Replace occurances of INSTALL_INITSCRIPT with new INSTALL_INITSCRIPTS macro in all pak lfs files. Signed-off-by: Robin Roevens <robin.roevens@disroot.org> Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
a9d98b3491
commit
f15707c78c
5
lfs/alsa
5
lfs/alsa
@@ -24,6 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
SUMMARY = Advanced Linux Sound Architecture
|
||||
|
||||
VER = 1.2.5.1
|
||||
UVER = 1.2.5.1
|
||||
@@ -40,6 +41,8 @@ PAK_VER = 13
|
||||
|
||||
DEPS =
|
||||
|
||||
SERVICES = alsa
|
||||
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
|
||||
###############################################################################
|
||||
@@ -101,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_INITSCRIPT,alsa)
|
||||
$(call INSTALL_INITSCRIPTS,$(SERVICES))
|
||||
@rm -rf $(DIR_SRC)/alsa*
|
||||
@$(POSTBUILD)
|
||||
|
||||
Reference in New Issue
Block a user