blob: 38dbd1d4f215281ec9bffbe23ee664c6bc62c8fa (
plain)
1
2
3
4
5
6
7
8
|
DESCRIPTION = "A collection of core GNU utilities."
HOMEPAGE = "http://www.gnu.org/software/coreutils"
LICENSE = "GPL"
SECTION = "base"
RREPLACES = "textutils shellutils fileutils"
RPROVIDES = "textutils shellutils fileutils"
inherit autotools
|