blob: ff81180e7c02e54121e5e499a990110e8c752391 [file] [edit]
SUMMARY = "Media Utils Header definitions"
SECTION = "console/utils"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=175792518e4ac015ab6696d16c4f607e"
PV = "${RDK_RELEASE}+gitr${SRCPV}"
PN = "media-utils-headers"
SRC_URI = "${CMF_GIT_ROOT}/rdk/components/generic/media_utils;protocol=${CMF_GIT_PROTOCOL};branch=${CMF_GIT_BRANCH}"
SRCREV = "${AUTOREV}"
S = "${WORKDIR}/git"
# this is a Header package only, nothing to build
do_compile[noexec] = "1"
do_configure[noexec] = "1"
# also get rid of the default dependency added in bitbake.conf
# since there is no 'main' package generated (empty)
RDEPENDS_${PN}-dev = ""
DEPENDS = "rmfosal"
do_install() {
install -d ${D}${includedir}/media-utils
install -d ${D}${includedir}/media-utils/audioCapture
install -m 0644 ${S}/include/audioCapture/*.h ${D}${includedir}/media-utils/audioCapture
}
do_install[vardepsexclude] += "S"