perf: drop @!USE_UCLIBC from depends
perf builds fine with uClibc too Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com> SVN-Revision: 48148
This commit is contained in:
parent
471a567a88
commit
92b56a9aa2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue