summaryrefslogtreecommitdiff
path: root/package/tinyalsa
diff options
context:
space:
mode:
authorMaxime Hadjinlian <maxime.hadjinlian@gmail.com>2014-10-18 15:21:14 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-10-18 19:17:07 +0200
commitdebf12f43e908f555d12d0fbbe2cbbcb42617fd0 (patch)
treead1d295975b5e6f617254d82ff5235b3e2ab41a9 /package/tinyalsa
parentba5184a8319373e8f92c373de6a2e6c41e706041 (diff)
tinyalsa: Fix overwrite of asound.h
As stated by Maarten ter Huurne on the mailing list, the install of the asound.h headers overwrite the one from the toolchains or kernel headers. Since tinyals's header is only a subset of the 'real' asound.h, there is no need to overwrite it. Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Cc: Maarten ter Huurne <maarten@treewalker.org> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/tinyalsa')
-rw-r--r--package/tinyalsa/tinyalsa.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/package/tinyalsa/tinyalsa.mk b/package/tinyalsa/tinyalsa.mk
index b287e7872..48288f174 100644
--- a/package/tinyalsa/tinyalsa.mk
+++ b/package/tinyalsa/tinyalsa.mk
@@ -16,8 +16,6 @@ endef
define TINYALSA_INSTALL_STAGING_CMDS
$(INSTALL) -D -m 0755 $(@D)/libtinyalsa.so \
$(STAGING_DIR)/usr/lib/libtinyalsa.so
- $(INSTALL) -D -m 0644 $(@D)/include/sound/asound.h \
- $(STAGING_DIR)/usr/include/sound/asound.h
$(INSTALL) -D -m 0644 $(@D)/include/tinyalsa/asoundlib.h \
$(STAGING_DIR)/usr/include/tinyalsa/asoundlib.h
endef