<div dir="ltr">Hi Mathieu,<br><br><div>So the elfutils import from packages.git was rejected?</div><div><br></div><div>Regards,</div><div><br></div><div>Luiz Angelo,</div></div><br><div class="gmail_quote"><div dir="ltr">Em ter, 26 de mai de 2015 às 18:18, Mathieu Olivari <<a href="mailto:mathieu@codeaurora.org">mathieu@codeaurora.org</a>> escreveu:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">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><br>
</blockquote></div>