diff options
author | Ross Burton <ross.burton@intel.com> | 2016-10-04 10:41:25 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-05 10:10:11 +0100 |
commit | bb7468e27cf0c3ee0722caf2270424070b842dd8 (patch) | |
tree | c572ab764a11e9d9b8809e7316cc5b2c32370a9c /meta | |
parent | 18caacae069a025662fcdd96b846857fc3107e41 (diff) | |
download | poky-bb7468e27cf0c3ee0722caf2270424070b842dd8.tar.gz |
Revert "attr: Added ncurses to depends"
There doesn't appear to be any reason to keep this dependency on ncurses in
attr, so remove it.
This reverts commit 7c474dc3d65bb3f71b375d36d81959cb405be80a.
(From OE-Core rev: 53a0bf4ed3e0c4aed91242a0608e6c0693b3adfa)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/attr/attr.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/attr/attr.inc b/meta/recipes-support/attr/attr.inc index a1b0829e1f..e8b5d054b3 100644 --- a/meta/recipes-support/attr/attr.inc +++ b/meta/recipes-support/attr/attr.inc | |||
@@ -2,7 +2,7 @@ SUMMARY = "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 virtual/libintl" | 5 | DEPENDS = "virtual/libintl" |
6 | 6 | ||
7 | LICENSE = "LGPLv2.1+ & GPLv2+" | 7 | LICENSE = "LGPLv2.1+ & GPLv2+" |
8 | LICENSE_${PN} = "GPLv2+" | 8 | LICENSE_${PN} = "GPLv2+" |