blob: 3ffa045263f032b19a000c84302f5c8c94a2c03b [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"
DESCRIPTION="Install packages that must live in the rootfs in test images"
# 1) Normally, test image packages are merged into the stateful partition
# 2) Some test packages require files in the root file system (e.g.
# upstart jobs must live in /etc/init).
# 3) There's an extra emerge command for this package in
# build_library/test_image_util.sh that specifically merges this
# package into the root before merging the remaining test packages
# into stateful.
HOMEPAGE="http://www.chromium.org/"
KEYWORDS="*"
LICENSE="BSD"
SLOT="0"
RDEPEND="
chromeos-base/chromeos-test-init
chromeos-base/chromeos-test-testauthkeys
"