blob: 69519089ec41430b5f39d83a2327e8ed70abec62 [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="a27f753fe66a9a15f25246303ea3cf74e7915232"
CROS_WORKON_TREE=("85db6764c18b2cd6e849d2c5e5cd3138c23f3563" "956e52d9245c2849a40fe9598fa8dbc0beecf4ea")
CROS_WORKON_INCREMENTAL_BUILD="1"
CROS_WORKON_LOCALNAME="platform2"
CROS_WORKON_PROJECT="chromiumos/platform2"
CROS_WORKON_OUTOFTREE_BUILD=1
CROS_WORKON_SUBTREE="common-mk arc/mount-passthrough"
PLATFORM_SUBDIR="arc/mount-passthrough"
PLATFORM_GYP_FILE="mount-passthrough.gyp"
inherit cros-workon platform
DESCRIPTION="Mounts the specified directory with different owner UID and GID"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform2/+/master/arc/mount-passthrough"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
RDEPEND="sys-fs/fuse
sys-libs/libcap"
DEPEND="${RDEPEND}"
src_install() {
dobin "${OUT}"/mount-passthrough
dobin mount-passthrough-jailed
insinto /usr/share/mount-passthrough
doins "${OUT}"/rootfs.squashfs
}