<p>Patrick Rudolph has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/27136">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">tianocore: Fix RPM package name<br><br>The packge uuid-devel doesn't provide the required files,<br>but libuuid-devel does.<br><br>Change-Id: I61d537e4f1fca0d7172c129a75e13aa58452763f<br>Signed-off-by: Patrick Rudolph <siro@das-labor.org><br>---<br>M payloads/external/tianocore/Makefile<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/36/27136/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/payloads/external/tianocore/Makefile b/payloads/external/tianocore/Makefile</span><br><span>index c942d30e..2f770d2 100644</span><br><span>--- a/payloads/external/tianocore/Makefile</span><br><span>+++ b/payloads/external/tianocore/Makefile</span><br><span>@@ -78,7 +78,7 @@</span><br><span>   echo "#include <uuid/uuid.h>" > libtest.c</span><br><span>         echo "int main(int argc, char **argv) { (void) argc; (void) argv; return 0; }" >> libtest.c</span><br><span>  $(HOSTCC) $(HOSTCCFLAGS) libtest.c -o libtest >/dev/null 2>&1 && echo " found uuid-dev." || \</span><br><span style="color: hsl(0, 100%, 40%);">-               ( echo " Not found."; echo "ERROR: please_install uuid-dev (uuid-devel)"; exit 1 )</span><br><span style="color: hsl(120, 100%, 40%);">+                ( echo " Not found."; echo "ERROR: please_install uuid-dev (libuuid-devel)"; exit 1 )</span><br><span>    rm -rf libtest.c libtest</span><br><span>     echo "Checking nasm..."</span><br><span>    type nasm > /dev/null 2>&1 && echo " found nasm." || \</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/27136">change 27136</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/27136"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I61d537e4f1fca0d7172c129a75e13aa58452763f </div>
<div style="display:none"> Gerrit-Change-Number: 27136 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Patrick Rudolph <siro@das-labor.org> </div>