mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 18:13:51 +00:00
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>
This commit is contained in:
parent
18caacae06
commit
bb7468e27c
@ -2,7 +2,7 @@ SUMMARY = "Utilities for manipulating filesystem extended attributes"
|
||||
HOMEPAGE = "http://savannah.nongnu.org/projects/attr/"
|
||||
SECTION = "libs"
|
||||
|
||||
DEPENDS = "ncurses virtual/libintl"
|
||||
DEPENDS = "virtual/libintl"
|
||||
|
||||
LICENSE = "LGPLv2.1+ & GPLv2+"
|
||||
LICENSE_${PN} = "GPLv2+"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user