From: Ross Burton Date: Tue, 4 Oct 2016 09:41:25 +0000 (+0100) Subject: Revert "attr: Added ncurses to depends" X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~23956 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53a0bf4ed3e0c4aed91242a0608e6c0693b3adfa;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git Revert "attr: Added ncurses to depends" There doesn't appear to be any reason to keep this dependency on ncurses in attr, so remove it. This reverts commit 7c474dc3d65bb3f71b375d36d81959cb405be80a. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/attr/attr.inc b/meta/recipes-support/attr/attr.inc index a1b0829e1f5..e8b5d054b30 100644 --- a/meta/recipes-support/attr/attr.inc +++ b/meta/recipes-support/attr/attr.inc @@ -2,7 +2,7 @@ SUMMARY = "Utilities for manipulating filesystem extended attributes" HOMEPAGE = "http://savannah.nongnu.org/projects/attr/" SECTION = "libs" -DEPENDS = "ncurses virtual/libintl" +DEPENDS = "virtual/libintl" LICENSE = "LGPLv2.1+ & GPLv2+" LICENSE_${PN} = "GPLv2+"