summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@chromium.org>2013-02-26 10:57:13 -0800
committerChromeBot <chrome-bot@google.com>2013-02-26 14:48:07 -0800
commit2f8ac1588601437ef00fa985a3ad3a7df7e8ed03 (patch)
tree51944d65eb776eff6843f607345dd7431b7a9c6a
parent93943266c597ad66300445a04afa01270f2b5763 (diff)
downloadvboot-2f8ac1588601437ef00fa985a3ad3a7df7e8ed03.tar.gz
Point to new libchrome-180609 for CgptManager stuff
vboot_reference really shouldn't have anything to do with this. BUG=chromium-os:38949 BRANCH=none TEST=manual CQ-DEPEND=CL:44062 Tested by running cbuildbot. Change-Id: Idd99cb698a735b85169e7ebcbb0b7dc82c057b40 Signed-off-by: Bill Richardson <wfrichar@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/44063 Reviewed-by: Chris Masone <cmasone@chromium.org>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 27072451..315e70e2 100644
--- a/Makefile
+++ b/Makefile
@@ -194,7 +194,7 @@ endif
# TODO: Move to separate repo.
ifneq (${IN_CHROOT},)
-PC_BASE_VER ?= 125070
+PC_BASE_VER ?= 180609
PC_DEPS := libchrome-${PC_BASE_VER}
PC_CFLAGS := $(shell ${PKG_CONFIG} --cflags ${PC_DEPS})
PC_LDLIBS := $(shell ${PKG_CONFIG} --libs ${PC_DEPS})