blob: aceff4ecc72dcad99620adb20669b53e8f592901 [file] [log] [blame]
# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=2
CROS_WORKON_PROJECT="chromiumos/platform/uboot-env"
inherit cros-workon
DESCRIPTION="Python script to read/write u-boot environment"
SLOT="0"
KEYWORDS="~arm ~x86"
IUSE=""
DEPEND=">=dev-lang/python-2.5"
RDEPEND="${DEPEND}"
src_install() {
dobin ${S}/uboot-env.py || die
}