blob: 3ed4186ca77f59dfae9ea1fbd3d5d8ece391cd2e [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="a6d30dbfe6d4e7173961fcc0f9abcf8701c89ce9"
CROS_WORKON_TREE="97e539a3ab56800c77e48f2dce46f527b8d2d2c1"
CROS_WORKON_PROJECT="chromiumos/platform/init"
CROS_WORKON_LOCALNAME="init"
inherit cros-workon
DESCRIPTION="Additional upstart jobs that will be installed on dev images"
HOMEPAGE="http://www.chromium.org/"
LICENSE="BSD"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
src_install() {
insinto /etc/init
doins dev-init/*.conf
}