blob: fc888e3e8fa0852cb14f2674f35a233873ab5b77 [file] [log] [blame]
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
CROS_WORKON_COMMIT="e620ff88e13e5857b2573184076fede755110b6d"
CROS_WORKON_TREE="b97c36fee157f09ce14ca9ba5b7a86e9a3777a7f"
CROS_WORKON_PROJECT="chromiumos/platform/init"
CROS_WORKON_LOCALNAME="init"
inherit cros-workon
DESCRIPTION="Additional upstart jobs that will be installed on test images"
HOMEPAGE="http://www.chromium.org/"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm x86"
DEPEND="chromeos-base/chromeos-init"
RDEPEND="${DEPEND}"
src_install() {
insinto /etc/init
insopts --owner=root --group=root --mode=0644
doins test-init/*.conf
}