summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/attr/attr.inc
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-03-06 09:12:04 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-08 11:04:22 -0800
commit7c474dc3d65bb3f71b375d36d81959cb405be80a (patch)
tree0668a89871e8e85f177f30392ca7e905b8935556 /meta/recipes-support/attr/attr.inc
parentf12715121193b7a70639f30a0f8fe6becd48545f (diff)
downloadpoky-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/attr.inc')
-rw-r--r--meta/recipes-support/attr/attr.inc2
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"
2HOMEPAGE = "http://savannah.nongnu.org/projects/attr/" 2HOMEPAGE = "http://savannah.nongnu.org/projects/attr/"
3SECTION = "libs" 3SECTION = "libs"
4 4
5DEPENDS = "ncurses"
6
5LICENSE = "LGPLv2.1+ & GPLv2+" 7LICENSE = "LGPLv2.1+ & GPLv2+"
6LICENSE_${PN} = "GPLv2+" 8LICENSE_${PN} = "GPLv2+"
7LICENSE_lib${PN} = "LGPLv2.1+" 9LICENSE_lib${PN} = "LGPLv2.1+"