diff options
author | Bill Richardson <wfrichar@chromium.org> | 2013-02-26 10:57:13 -0800 |
---|---|---|
committer | ChromeBot <chrome-bot@google.com> | 2013-02-26 14:48:07 -0800 |
commit | 2f8ac1588601437ef00fa985a3ad3a7df7e8ed03 (patch) | |
tree | 51944d65eb776eff6843f607345dd7431b7a9c6a /Makefile | |
parent | 93943266c597ad66300445a04afa01270f2b5763 (diff) | |
download | vboot-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>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}) |