]> code.ossystems Code Review - openembedded-core.git/commitdiff
attr: Added ncurses to depends
authorSaul Wold <sgw@linux.intel.com>
Sun, 6 Mar 2011 17:12:04 +0000 (09:12 -0800)
committerSaul Wold <sgw@linux.intel.com>
Sun, 6 Mar 2011 17:16:49 +0000 (09:16 -0800)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-support/attr/attr.inc

index e9467d742f5de78c7c152ca3cda3f66819a60834..c11034069c8faffafe934274f607e0123867d622 100644 (file)
@@ -2,6 +2,8 @@ DESCRIPTION = "utilities for manipulating filesystem extended attributes"
 HOMEPAGE = "http://savannah.nongnu.org/projects/attr/"
 SECTION = "libs"
 
+DEPENDS = "ncurses"
+
 LICENSE = "LGPLv2.1+ & GPLv2+"
 LICENSE_${PN} = "GPLv2+"
 LICENSE_lib${PN} = "LGPLv2.1+"