update_engine: remove dependency on libchromeos

libchromeos and the related system_api protobufs are left over from
update_engine's integration with other ChromeOS services.
This commit is contained in:
Michael Marineau 2015-04-06 12:18:36 -07:00
parent da5146d89f
commit 1008e73dfe
2 changed files with 4 additions and 6 deletions

View File

@ -8,14 +8,14 @@ CROS_WORKON_REPO="git://github.com"
if [[ "${PV}" == 9999 ]]; then if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~x86" KEYWORDS="~amd64 ~arm ~x86"
else else
CROS_WORKON_COMMIT="fa62c26931c3650c6ceb28a3028e167d30985490" CROS_WORKON_COMMIT="e2d68d8eb56450982e53bc0703c11f41b653dcd5"
KEYWORDS="amd64 arm x86" KEYWORDS="amd64 arm x86"
fi fi
inherit flag-o-matic toolchain-funcs cros-debug cros-workon scons-utils systemd inherit flag-o-matic toolchain-funcs cros-debug cros-workon scons-utils systemd
DESCRIPTION="Chrome OS Update Engine" DESCRIPTION="CoreOS OS Update Engine"
HOMEPAGE="http://www.chromium.org/" HOMEPAGE="https://github.com/coreos/update_engine"
SRC_URI="" SRC_URI=""
LICENSE="BSD" LICENSE="BSD"
@ -28,7 +28,6 @@ RDEPEND="!coreos-base/coreos-installer
app-arch/bzip2 app-arch/bzip2
coreos-base/coreos-au-key coreos-base/coreos-au-key
coreos-base/libchrome:${LIBCHROME_VERS}[cros-debug=] coreos-base/libchrome:${LIBCHROME_VERS}[cros-debug=]
coreos-base/libchromeos
dev-cpp/gflags dev-cpp/gflags
dev-libs/dbus-glib dev-libs/dbus-glib
dev-libs/glib dev-libs/glib
@ -38,8 +37,7 @@ RDEPEND="!coreos-base/coreos-installer
dev-util/bsdiff dev-util/bsdiff
net-misc/curl net-misc/curl
sys-fs/e2fsprogs" sys-fs/e2fsprogs"
DEPEND="coreos-base/system_api DEPEND="dev-cpp/gmock
dev-cpp/gmock
dev-cpp/gtest dev-cpp/gtest
cros_host? ( dev-util/scons ) cros_host? ( dev-util/scons )
${RDEPEND}" ${RDEPEND}"