diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-03-06 09:12:04 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-08 11:04:22 -0800 |
commit | 7c474dc3d65bb3f71b375d36d81959cb405be80a (patch) | |
tree | 0668a89871e8e85f177f30392ca7e905b8935556 /meta/recipes-support/attr | |
parent | f12715121193b7a70639f30a0f8fe6becd48545f (diff) | |
download | poky-7c474dc3d65bb3f71b375d36d81959cb405be80a.tar.gz |
attr: Added ncurses to depends
(From OE-Core rev: 21f294d9600a369fff5eafb0c7358694d9ff0221)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/attr')
-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" | |||
2 | HOMEPAGE = "http://savannah.nongnu.org/projects/attr/" | 2 | HOMEPAGE = "http://savannah.nongnu.org/projects/attr/" |
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | 4 | ||
5 | DEPENDS = "ncurses" | ||
6 | |||
5 | LICENSE = "LGPLv2.1+ & GPLv2+" | 7 | LICENSE = "LGPLv2.1+ & GPLv2+" |
6 | LICENSE_${PN} = "GPLv2+" | 8 | LICENSE_${PN} = "GPLv2+" |
7 | LICENSE_lib${PN} = "LGPLv2.1+" | 9 | LICENSE_lib${PN} = "LGPLv2.1+" |