blob: fa1b2bda5f5f096119018d575d201e993f565185 [file] [log] [blame]
# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=4
CROS_WORKON_COMMIT="cebabb9e94fe2b3196b63205fb7b5a56d2feb582"
CROS_WORKON_TREE="82d429a9bf666bc3f99b8d11cf1df30d9fb8a712"
CROS_WORKON_PROJECT="chromiumos/third_party/ltp"
CROS_WORKON_LOCALNAME=../third_party/ltp
CROS_WORKON_SUBDIR=
CONFLICT_LIST="chromeos-base/autotest-tests-ltp-0.0.1-r2064"
inherit cros-workon conflict cros-constants
DESCRIPTION="Autotest kernel ltp dep"
HOMEPAGE="http://www.chromium.org/"
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
# Autotest enabled by default.
IUSE="+autotest"
AUTOTEST_DEPS_LIST=""
# NOTE: For deps, we need to keep *.a
AUTOTEST_FILE_MASK="*.tar.bz2 *.tbz2 *.tgz *.tar.gz"
src_prepare() {
emake autotools
}
src_configure() {
cros-workon_src_configure \
--prefix="${AUTOTEST_BASE}/client/deps/kernel_ltp_dep"
# Used in make install
export SKIP_IDCHECK=1
}