blob: 03d25bcc16cef288b2eac4e34c611b3e20fbea7a [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="207b9c95e801b90f6616962cb928bec371aed39f"
CROS_WORKON_TREE=("17f4a6efa079886fb3e23fd256264f932d59721d" "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
}