blob: 0f4231f4366812e731a4804ab62aa8daffbf628c [file] [log] [blame]
# Copyright 2017 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=5
CROS_WORKON_COMMIT="ab803945aec1d2110827d0eb3767d8c8db5335dd"
CROS_WORKON_TREE="8ff26d532827929f9e652389e0b1b0cc52608f0b"
CROS_WORKON_PROJECT="external/git.kernel.org/fs/xfs/xfstests-dev"
CROS_WORKON_BLACKLIST="1"
inherit autotools cros-workon
DESCRIPTION="Filesystem tests suite"
HOMEPAGE="https://git.kernel.org/cgit/fs/xfs/xfstests-dev.git/"
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="*"
RDEPEND="sys-fs/e2fsprogs
dev-lang/perl
sys-apps/attr
sys-apps/util-linux
sys-devel/bc
sys-fs/xfsprogs
"
DEPEND="sys-apps/acl
dev-libs/libaio
"
src_prepare() {
cros-workon_src_prepare
eautoreconf
}
src_configure() {
cros-workon_src_configure
}