blob: c3ba6cdec9e00c6fc41707dd46cf5b205aead39f [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="555a2945fe2a4402ad5e17a108565f643de399d9"
CROS_WORKON_TREE="3af22cb56d3b221a815b3a6ae8b6ba44857127ef"
CROS_WORKON_INCREMENTAL_BUILD="1"
CROS_WORKON_LOCALNAME="platform2"
CROS_WORKON_PROJECT="chromiumos/platform2"
CROS_WORKON_OUTOFTREE_BUILD=1
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
}