update to newer libbase, and allow setting via env
Other packages have this, and it makes managing the ebuild easier, so let the env set the libbase version to use. BUG=chromium-os:25872 TEST=`emerge-x86-alex metrics` works TEST=`cros_run_unit_tests --board=x86-alex -p metrics` pass TEST=build_images+build_packages for x86-alex boots up Change-Id: I2f417a13f8220d653aa2bcf6c89f519fb4f2e3df Reviewed-on: https://gerrit.chromium.org/gerrit/20198 Reviewed-by: Darin Petkov <petkov@chromium.org> Commit-Ready: Mike Frysinger <vapier@chromium.org> Tested-by: Mike Frysinger <vapier@chromium.org>
This commit is contained in:
parent
f06d7b1213
commit
f040f1324d
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
# Makefile for metrics utilities -- library, client and daemon
|
||||
#
|
||||
|
||||
BASE_VER = 85268
|
||||
BASE_VER ?= 125070
|
||||
PKG_CONFIG ?= pkg-config
|
||||
PC_DEPS = dbus-1 glib-2.0 dbus-glib-1 \
|
||||
libchrome-$(BASE_VER) libchromeos-$(BASE_VER)
|
||||
|
|
Loading…
Reference in a new issue