summaryrefslogtreecommitdiffstats
path: root/meta-multimedia
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-10-11 10:56:43 -0700
committerKhem Raj <raj.khem@gmail.com>2019-10-11 23:10:10 -0700
commit190fdc0f59b9069e334b0b7df27919618e0c1807 (patch)
tree23e757a2b23ded3f2a8949ea74c3e1ef0c8e649e /meta-multimedia
parenta73d898f31236cd83d82c33754a594898acf3016 (diff)
downloadmeta-openembedded-190fdc0f59b9069e334b0b7df27919618e0c1807.tar.gz
tinyalsa: Update to latest
package tools binaries into PN Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia')
-rw-r--r--meta-multimedia/recipes-multimedia/tinyalsa/tinyalsa.bb5
1 files changed, 1 insertions, 4 deletions
diff --git a/meta-multimedia/recipes-multimedia/tinyalsa/tinyalsa.bb b/meta-multimedia/recipes-multimedia/tinyalsa/tinyalsa.bb
index 157e4c91f..8b86f8243 100644
--- a/meta-multimedia/recipes-multimedia/tinyalsa/tinyalsa.bb
+++ b/meta-multimedia/recipes-multimedia/tinyalsa/tinyalsa.bb
@@ -6,7 +6,7 @@ SECTION = "libs/multimedia"
6LICENSE = "BSD-3-Clause" 6LICENSE = "BSD-3-Clause"
7LIC_FILES_CHKSUM = "file://NOTICE;md5=dbdefe400d894b510a9de14813181d0b" 7LIC_FILES_CHKSUM = "file://NOTICE;md5=dbdefe400d894b510a9de14813181d0b"
8 8
9SRCREV = "67b9210d344c34e8d1aa0cfe638abce71c5221ca" 9SRCREV = "8449529c7e50f432091539ba7b438e79b04059b5"
10SRC_URI = "git://github.com/tinyalsa/tinyalsa" 10SRC_URI = "git://github.com/tinyalsa/tinyalsa"
11PV = "1.1.1+git${SRCPV}" 11PV = "1.1.1+git${SRCPV}"
12 12
@@ -19,6 +19,3 @@ inherit cmake
19# 19#
20# unresolvable R_AARCH64_ADR_PREL_PG_HI21 relocation against symbol `stderr@@GLIBC_2.17' 20# unresolvable R_AARCH64_ADR_PREL_PG_HI21 relocation against symbol `stderr@@GLIBC_2.17'
21CFLAGS += " -fPIC -DPIC " 21CFLAGS += " -fPIC -DPIC "
22
23PACKAGES =+ "${PN}-tools"
24FILES_${PN}-tools = "${bindir}/*"