diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-03-06 09:12:04 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-03-06 09:16:49 -0800 |
commit | 21f294d9600a369fff5eafb0c7358694d9ff0221 (patch) | |
tree | 9f0f3547255c754129b938e1f1db1a00411f36e0 | |
parent | c6b0c5720fa0fc2ba7a6792b7f52faad38dd47dc (diff) | |
download | openembedded-core-21f294d9600a369fff5eafb0c7358694d9ff0221.tar.gz openembedded-core-21f294d9600a369fff5eafb0c7358694d9ff0221.tar.bz2 openembedded-core-21f294d9600a369fff5eafb0c7358694d9ff0221.zip |
attr: Added ncurses to depends
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r-- | meta/recipes-support/attr/attr.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/attr/attr.inc b/meta/recipes-support/attr/attr.inc index e9467d742f..c11034069c 100644 --- a/meta/recipes-support/attr/attr.inc +++ b/meta/recipes-support/attr/attr.inc @@ -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+" |