tinyalsa: bump version to 1.1.1

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Vicente Olivert Riera 2017-05-25 10:38:26 +01:00 committed by Thomas Petazzoni
parent e173bbe958
commit 050b52515b
3 changed files with 15 additions and 12 deletions

View File

@ -4,29 +4,32 @@ In order to avoid a dependency on doxygen on the build machine, this
patch adjusts the main Makefile to not build and install the patch adjusts the main Makefile to not build and install the
documentation. documentation.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> [Vincent: tweak patch for 1.1.1 version]
Index: b/Makefile Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
=================================================================== Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
--- a/Makefile
+++ b/Makefile diff -rup a/Makefile b/Makefile
@@ -13,13 +13,11 @@ --- a/Makefile 2017-05-24 05:23:57.000000000 +0100
+++ b/Makefile 2017-05-25 10:35:20.781747053 +0100
@@ -11,14 +11,12 @@ export MANDIR ?= $(PREFIX)/share/man
all: all:
$(MAKE) -C src $(MAKE) -C src
$(MAKE) -C utils $(MAKE) -C utils
- $(MAKE) -C doxygen - $(MAKE) -C doxygen
$(MAKE) -C examples
.PHONY: clean .PHONY: clean
clean: clean:
$(MAKE) -C src clean $(MAKE) -C src clean
$(MAKE) -C utils clean $(MAKE) -C utils clean
- $(MAKE) -C doxygen clean - $(MAKE) -C doxygen clean
$(MAKE) -C examples clean
.PHONY: install .PHONY: install
install: @@ -30,5 +28,4 @@ install:
@@ -27,5 +25,3 @@ install include/tinyalsa/version.h $(DESTDIR)$(INCDIR)/
cp -Ru include/tinyalsa $(DESTDIR)$(INCDIR)/
$(MAKE) -C src install $(MAKE) -C src install
$(MAKE) -C utils install $(MAKE) -C utils install
- $(MAKE) -C doxygen install - $(MAKE) -C doxygen install
-

View File

@ -1,2 +1,2 @@
# locally computed # locally computed
sha256 93f4ca1e6345974167dc5577e8151a31fa2e6a628727a72d59e18db2289e7a1c tinyalsa-1.1.0.tar.gz sha256 d92b438cea348ae316c4b2cbf367b4f01ed821a947e6a34d813624e9e3c936c1 tinyalsa-1.1.1.tar.gz

View File

@ -4,7 +4,7 @@
# #
################################################################################ ################################################################################
TINYALSA_VERSION = 1.1.0 TINYALSA_VERSION = 1.1.1
TINYALSA_SITE = $(call github,tinyalsa,tinyalsa,$(TINYALSA_VERSION)) TINYALSA_SITE = $(call github,tinyalsa,tinyalsa,$(TINYALSA_VERSION))
TINYALSA_LICENSE = BSD-3-Clause TINYALSA_LICENSE = BSD-3-Clause
TINYALSA_LICENSE_FILES = NOTICE TINYALSA_LICENSE_FILES = NOTICE