<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'>It was not merged; it stayed pending without resolution since then, so I figured I’d find an alternative.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'>Thanks,<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'>Mathieu<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><b><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'>From:</span></b><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'> Luiz Angelo Daros de Luca [mailto:luizluca@gmail.com] <br><b>Sent:</b> Tuesday, May 26, 2015 3:08 PM<br><b>To:</b> Mathieu Olivari; nbd@openwrt.org; blogic@openwrt.org<br><b>Cc:</b> openwrt-devel@lists.openwrt.org<br><b>Subject:</b> Re: [OpenWrt-Devel] [PATCH] perf: replace libelf1 select by a depend<o:p></o:p></span></p><p class=MsoNormal><o:p> </o:p></p><div><p class=MsoNormal style='margin-bottom:12.0pt'>Hi Mathieu,<o:p></o:p></p><div><p class=MsoNormal>So the elfutils import from packages.git was rejected?<o:p></o:p></p></div><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal>Regards,<o:p></o:p></p></div><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal>Luiz Angelo,<o:p></o:p></p></div></div><p class=MsoNormal><o:p> </o:p></p><div><div><p class=MsoNormal>Em ter, 26 de mai de 2015 às 18:18, Mathieu Olivari <<a href="mailto:mathieu@codeaurora.org">mathieu@codeaurora.org</a>> escreveu:<o:p></o:p></p></div><blockquote style='border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in'><p class=MsoNormal>perf has libelf1 marked as a select, but this package is actually<br>located in packages.git. As such, the dependency is ignored unless<br>libelf1 package has been manually installed previously.<br><br>To avoid any missing dependency, we'll mark it as a regular depend.<br>This will make sure the dependency check doesn't silently fail.<br><br>Signed-off-by: Mathieu Olivari <<a href="mailto:mathieu@codeaurora.org" target="_blank">mathieu@codeaurora.org</a>><br>---<br> package/devel/perf/Makefile | 2 +-<br> 1 file changed, 1 insertion(+), 1 deletion(-)<br><br>diff --git a/package/devel/perf/Makefile b/package/devel/perf/Makefile<br>index b77e29a..e31a693 100644<br>--- a/package/devel/perf/Makefile<br>+++ b/package/devel/perf/Makefile<br>@@ -19,7 +19,7 @@ include $(INCLUDE_DIR)/<a href="http://package.mk" target="_blank">package.mk</a><br> define Package/perf<br>   SECTION:=devel<br>   CATEGORY:=Development<br>-  DEPENDS:= @USE_GLIBC +libelf1 +libdw +libpthread +librt +binutils<br>+  DEPENDS:= libelf1 +libdw +libpthread +librt +binutils<br>   TITLE:=Linux performance monitoring tool<br>   VERSION:=$(LINUX_VERSION)-$(PKG_RELEASE)<br>   URL:=<a href="http://www.kernel.org" target="_blank">http://www.kernel.org</a><br>--<br>2.1.4<br>_______________________________________________<br>openwrt-devel mailing list<br><a href="mailto:openwrt-devel@lists.openwrt.org" target="_blank">openwrt-devel@lists.openwrt.org</a><br><a href="https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel" target="_blank">https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel</a><o:p></o:p></p></blockquote></div></div></body></html>