From f63ab219c5ee858a89ec0f33ad12536eff813bb2 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 12 May 2012 00:45:17 -0400 Subject: vboot_reference: update to newer libbase ver Most packages have upgraded by now. Do vboot_reference too. BUG=None TEST=`emerge-x86-alex vboot_reference` works Change-Id: Ica1996ba3c242dca2d4e7edf643a79a41c603f0c Reviewed-on: https://gerrit.chromium.org/gerrit/22529 Reviewed-by: Bill Richardson Tested-by: Mike Frysinger Commit-Ready: Mike Frysinger --- tests/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Makefile b/tests/Makefile index 9df9a696..240753e2 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,10 +1,10 @@ -# Copyright (c) 2010 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2012 The Chromium OS Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. PKG_CONFIG ?= pkg-config -BASE_VER = 85268 +BASE_VER ?= 125070 PC_DEPS = libchrome-$(BASE_VER) PC_CFLAGS := $(shell $(PKG_CONFIG) --cflags $(PC_DEPS)) PC_LIBS := $(shell $(PKG_CONFIG) --libs $(PC_DEPS)) -- cgit v1.2.1