From: nico Date: Wed, 11 Feb 2015 11:31:38 +0000 (+0000) Subject: oprofile: mark broken on uml X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=4ac2271eaf1b9a9eb0dc5e4307b855ae7d7ca4bf;p=openwrt.git oprofile: mark broken on uml Signed-off-by: Nicolas Thill git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44398 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/devel/oprofile/Makefile b/package/devel/oprofile/Makefile index cc23c939a5..e85a482970 100644 --- a/package/devel/oprofile/Makefile +++ b/package/devel/oprofile/Makefile @@ -31,7 +31,7 @@ define Package/oprofile CATEGORY:=Development TITLE:=OProfile System Profiler URL:=http://oprofile.sourceforge.net - DEPENDS:=+libpopt +kmod-oprofile +libstdcpp +objdump + DEPENDS:=+libpopt +kmod-oprofile +libstdcpp +objdump @(!TARGET_uml||BROKEN) endef define Package/oprofile/description