blob: d469d5f161b3eddc1a46a79a183f7e998b4c0ee5 [file] [log] [blame]
# Copyright 2019 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit appid cros-unibuild
DESCRIPTION="Ebuild which pulls in any necessary ebuilds as dependencies
or portage actions."
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="-* amd64 x86"
S="${WORKDIR}"
# Add dependencies on other ebuilds from within this board overlay
RDEPEND="
chromeos-base/sof-binary
chromeos-base/sof-topology
"
DEPEND="
${RDEPEND}
chromeos-base/chromeos-config
"
src_install() {
doappid "{2514829E-8550-4E24-91F2-331AB7A12B03}" "CHROMEBOX"
unibuild_install_audio_files
}