blob: 55c402b326df4322431c4ff01cf0a560c8ab56d5 [file] [log] [blame]
# Copyright 2015 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
CROS_WORKON_COMMIT="b4d749e876d9fa55e6109b69a13ff19d5f19dd8a"
CROS_WORKON_TREE="c4a6db3f65570386d57be2a11a61b84abc319fc2"
CROS_WORKON_PROJECT="chromiumos/platform/dev-util"
CROS_WORKON_LOCALNAME="dev"
inherit cros-workon
DESCRIPTION="Installs the brillo_update_payload script"
HOMEPAGE="http://www.chromium.org/"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
RDEPEND="
!chromeos-base/cros-devutils
app-arch/unzip
brillo-base/libsparse
chromeos-base/update_engine[delta_generator]
dev-util/shflags
"
DEPEND=""
src_install() {
dobin host/brillo_update_payload
}