blob: ddd4c26efed63892f55a75d762699b2e97b0e7ec [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001SUMMARY = "DTS Coherent Acoustics decoder with support for HD extensions"
2
Andrew Geissler9aee5002022-03-30 16:27:02 +00003LICENSE = "LGPL-2.1-only"
Brad Bishop6e60e8b2018-02-01 10:27:11 -05004LIC_FILES_CHKSUM = "file://COPYING.LGPLv2.1;md5=4fbd65380cdd255951079008b364516c"
5
6SRCREV = "b93deed1a231dd6dd7e39b9fe7d2abe05aa00158"
Andrew Geissler595f6302022-01-24 19:11:47 +00007SRC_URI = "git://github.com/foo86/dcadec.git;protocol=https;branch=master \
Brad Bishope42b3e32020-01-15 22:08:42 -05008 file://0001-define-BASELIB-make-variable.patch \
9 "
Brad Bishop6e60e8b2018-02-01 10:27:11 -050010
11S = "${WORKDIR}/git"
12
13inherit lib_package
14
Brad Bishope42b3e32020-01-15 22:08:42 -050015EXTRA_OEMAKE = "CONFIG_SHARED=1 PREFIX=${prefix} BASELIB=${baselib}"
Brad Bishop6e60e8b2018-02-01 10:27:11 -050016
17do_install() {
Brad Bishope42b3e32020-01-15 22:08:42 -050018 oe_runmake install DESTDIR="${D}"
Brad Bishop6e60e8b2018-02-01 10:27:11 -050019}