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-08 15:21:20 -0800 |
| commit | 6dfddf54103f3d4ecc7d6ee9023a50b26ee548a2 (patch) | |
| tree | ea2300b8a1a1b2c416f319d549c286e0248821b1 /meta/recipes-support | |
| parent | fb928dc8eaad24ae255b69f8d132aa9bb773f57a (diff) | |
| download | poky-6dfddf54103f3d4ecc7d6ee9023a50b26ee548a2.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')
| -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+" |
