[coreboot-gerrit] Change in coreboot[master]: Enhance missing package help

Vincent Legoll (Code Review) gerrit at coreboot.org
Sun May 7 17:52:05 CEST 2017


Vincent Legoll has uploaded a new change for review. ( https://review.coreboot.org/19617 )

Change subject: Enhance missing package help
......................................................................

Enhance missing package help

On ubuntu 16.04 the libpci-dev package is required

Change-Id: I942b3e96f5b8112166a105eb5a61f8f3cf16cb7c
Signed-off-by: Vincent Legoll <vincent.legoll at gmail.com>
---
M util/intelmetool/Makefile
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/17/19617/1

diff --git a/util/intelmetool/Makefile b/util/intelmetool/Makefile
index 4461f86..b056945 100644
--- a/util/intelmetool/Makefile
+++ b/util/intelmetool/Makefile
@@ -74,7 +74,8 @@
 	@echo "$$LIBPCI_TEST" > .test.c
 	@$(CC) $(CFLAGS) .test.c -o .test $(LDFLAGS) >/dev/null 2>&1 &&	  \
 		printf "found.\n" || ( printf "not found.\n\n"; 	  \
-		printf "Please install pciutils-devel and zlib-devel.\n"; \
+		printf "Please install pciutils-devel and zlib-devel,\n"; \
+		printf "or libpci-dev.\n"; \
 		rm -f .test.c .test; exit 1)
 	@rm -rf .test.c .test .test.dSYM
 

-- 
To view, visit https://review.coreboot.org/19617
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I942b3e96f5b8112166a105eb5a61f8f3cf16cb7c
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Vincent Legoll <vincent.legoll at gmail.com>



More information about the coreboot-gerrit mailing list