diff options
| author | Khem Raj <raj.khem@gmail.com> | 2018-05-16 18:36:37 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-05-23 15:32:05 -0700 |
| commit | 8c3101b5f53217f4dbef9b960f529a11180bab0d (patch) | |
| tree | ae1c444d6de26a57ba3903ebf54a7f72af31447a /meta-multimedia | |
| parent | 01a4be21f839b3222d656eb7226728d799382ef5 (diff) | |
| download | meta-openembedded-8c3101b5f53217f4dbef9b960f529a11180bab0d.tar.gz | |
tinyalsa: Update SRC_URI to github git fetcher
Update to latest on git/master
Fixes build with clang
switch component build system to cmake
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia')
| -rw-r--r-- | meta-multimedia/recipes-multimedia/tinyalsa/tinyalsa.bb (renamed from meta-multimedia/recipes-multimedia/tinyalsa/tinyalsa_1.1.1.bb) | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/meta-multimedia/recipes-multimedia/tinyalsa/tinyalsa_1.1.1.bb b/meta-multimedia/recipes-multimedia/tinyalsa/tinyalsa.bb index 66b95db00f..72094b6fad 100644 --- a/meta-multimedia/recipes-multimedia/tinyalsa/tinyalsa_1.1.1.bb +++ b/meta-multimedia/recipes-multimedia/tinyalsa/tinyalsa.bb | |||
| @@ -6,23 +6,13 @@ SECTION = "libs/multimedia" | |||
| 6 | LICENSE = "BSD-3-Clause" | 6 | LICENSE = "BSD-3-Clause" |
| 7 | LIC_FILES_CHKSUM = "file://NOTICE;md5=dbdefe400d894b510a9de14813181d0b" | 7 | LIC_FILES_CHKSUM = "file://NOTICE;md5=dbdefe400d894b510a9de14813181d0b" |
| 8 | 8 | ||
| 9 | S = "${WORKDIR}/git" | 9 | SRCREV = "67b9210d344c34e8d1aa0cfe638abce71c5221ca" |
| 10 | SRCREV = "df11091086b56e5fb71887f2fa320e1d2ffeff58" | 10 | SRC_URI = "git://github.com/tinyalsa/tinyalsa" |
| 11 | SRC_URI = "git://github.com/tinyalsa/tinyalsa.git;protocol=https;" | 11 | PV = "1.1.1+git${SRCPV}" |
| 12 | |||
| 13 | do_configure() { | ||
| 14 | : | ||
| 15 | } | ||
| 16 | 12 | ||
| 17 | do_compile() { | 13 | S = "${WORKDIR}/git" |
| 18 | oe_runmake CC='${CC}' LD='${CC}' AR='${AR}' | ||
| 19 | } | ||
| 20 | 14 | ||
| 21 | do_install() { | 15 | inherit cmake |
| 22 | oe_runmake install \ | ||
| 23 | PREFIX="${prefix}" DESTDIR="${D}" INCDIR="${includedir}/tinyalsa" \ | ||
| 24 | LIBDIR="${libdir}" BINDIR="${bindir}" MANDIR="${mandir}" | ||
| 25 | } | ||
| 26 | 16 | ||
| 27 | PACKAGES =+ "${PN}-tools" | 17 | PACKAGES =+ "${PN}-tools" |
| 28 | FILES_${PN}-tools = "${bindir}/*" | 18 | FILES_${PN}-tools = "${bindir}/*" |
