blob: e10896c5a90ab48fb65bec6bfb77eed4b439b27a (
plain)
1
2
3
4
5
6
7
8
|
DESCRIPTION = "A collection of core GNU utilities."
HOMEPAGE = "http://www.gnu.org/software/coreutils"
LICENSE = "GPLv3"
SECTION = "base"
RREPLACES_${PN} = "textutils shellutils fileutils"
RPROVIDES_${PN} = "textutils shellutils fileutils"
inherit autotools
|