blob: d66b9f6953e3949b1c73f179fa8c82b3f8479125 [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="69f2d5b12545c189d3be7d8d45a578a4f391a448"
CROS_WORKON_TREE="45ca8039e06abc5c2ebd6fa55b2a8a7d09c151f9"
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"
src_install() {
insinto /etc/init
doins test-init/*.conf
}