blob: 2e3cb33dd52f275076de4d3b2223f7bf2b0653b5 [file] [log] [blame]
# Copyright 2015 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2.
EAPI=5
# Disable cros-workon auto-uprev since this is an external package.
# Must manage commit hash manually.
CROS_WORKON_BLACKLIST="1"
CROS_WORKON_COMMIT="bd29ed602e2cf4207ebcabcd530259169e4289ba"
CROS_WORKON_PROJECT="external/github.com/godbus/dbus"
CROS_WORKON_DESTDIR="${S}/src/github.com/godbus/dbus"
CROS_GO_PACKAGES=(
"github.com/godbus/dbus"
"github.com/godbus/dbus/prop"
"github.com/godbus/dbus/introspect"
)
inherit cros-workon cros-go
DESCRIPTION="Native Go client bindings for the D-Bus message bus system"
HOMEPAGE="https://github.com/godbus/dbus"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
IUSE=""
# The unit tests try to connect to the dbus on host and fail.
RESTRICT="binchecks strip test"
DEPEND=""
RDEPEND=""