blob: 8eda889e8bd998dc42aaecf14206361aaf3c74a5 [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="138834823e9f243313d18d98aaca546cf54ba501"
CROS_WORKON_TREE="965f5cc2605cd8b9f745f8ea5206d12dd9e75aad"
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="*"
src_install() {
insinto /etc/init
doins test-init/*.conf
}