From patchwork Thu Jan 7 10:12:13 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandru Ardelean X-Patchwork-Id: 564229 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from arrakis.dune.hu (arrakis.dune.hu [78.24.191.176]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 46A411402A8 for ; Thu, 7 Jan 2016 21:12:34 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=x0TqKAHl; dkim-atps=neutral Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id A17692805AA; Thu, 7 Jan 2016 11:11:56 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on arrakis.dune.hu X-Spam-Level: X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00,FREEMAIL_FROM, T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 63054287802 for ; Thu, 7 Jan 2016 11:11:49 +0100 (CET) X-policyd-weight: using cached result; rate: -8.5 Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Thu, 7 Jan 2016 11:11:49 +0100 (CET) Received: by mail-wm0-f42.google.com with SMTP id b14so115112500wmb.1 for ; Thu, 07 Jan 2016 02:12:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=0vXp0NoD3l7FDAnpTXupR86ecNrb+U3XEYNxDbV+n4c=; b=x0TqKAHl1jI9Acw0qXcgOPPb5ULdopWJb7Js45X3loBs+YEuOb/WpDq1kzF69cz+m6 3Niif7CgpoThVcj0uc4GxRHkj0xN/X85SYPoyxkukPkRDxBlPIojz5HqYJ4tbQisnASS hXYFqJvSEIkGbvQcsF6wzIm17u3GgDDJ1bdVqQ+0iHP3srirOZLUn/6gIPZm11fKL6AQ GDGBWwPfpfRuYuj8BFw3vCk1s/tkwMEy1w4OChSumFQGJtZmlxPQtYY2oNjbbfeu3rjt fcod6V2hcTsafYqO4RmvAxgafNourWMrr1/y9+PX24LJtFhqqdMbBrC5eJGlOJ6qZED8 qfuA== X-Received: by 10.194.111.232 with SMTP id il8mr130495226wjb.150.1452161539259; Thu, 07 Jan 2016 02:12:19 -0800 (PST) Received: from orion.ocedo.cluj.local ([5.2.198.78]) by smtp.gmail.com with ESMTPSA id 75sm12881998wmo.22.2016.01.07.02.12.18 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 07 Jan 2016 02:12:18 -0800 (PST) From: Alexandru Ardelean To: openwrt-devel@lists.openwrt.org Date: Thu, 7 Jan 2016 12:12:13 +0200 Message-Id: <1452161533-15372-1-git-send-email-ardeleanalex@gmail.com> X-Mailer: git-send-email 2.1.4 Subject: [OpenWrt-Devel] [PATCH] perf: drop @!USE_UCLIBC from depends X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: OpenWrt Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: openwrt-devel-bounces@lists.openwrt.org Sender: "openwrt-devel" perf builds fine with uClibc too Signed-off-by: Alexandru Ardelean --- package/devel/perf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/devel/perf/Makefile b/package/devel/perf/Makefile index 3a36a7b..97eecd7 100644 --- a/package/devel/perf/Makefile +++ b/package/devel/perf/Makefile @@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/package.mk define Package/perf SECTION:=devel CATEGORY:=Development - DEPENDS:= @!USE_UCLIBC +libelf1 +libdw +libpthread +librt +objdump + DEPENDS:= +libelf1 +libdw +libpthread +librt +objdump TITLE:=Linux performance monitoring tool VERSION:=$(LINUX_VERSION)-$(PKG_RELEASE) URL:=http://www.kernel.org