[oe-commits] [openembedded-core] 08/17: Revert "attr: Added ncurses to depends"

git at git.openembedded.org git at git.openembedded.org
Tue Oct 4 23:19:15 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 53a0bf4ed3e0c4aed91242a0608e6c0693b3adfa
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Tue Oct 4 10:41:25 2016 +0100

    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 <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-support/attr/attr.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/attr/attr.inc b/meta/recipes-support/attr/attr.inc
index a1b0829..e8b5d05 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+"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list