blob: 2f926f78cabd092df1a31d11fe0d95987afe8e5a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
LICENSE = "GPL"
SECTION = "console/utils"
DESCRIPTION = "sed is a Stream EDitor."
PR = "r1"
SRC_URI = "${GNU_MIRROR}/sed/sed-${PV}.tar.gz"
S = "${WORKDIR}/sed-${PV}"
inherit autotools
BBCLASSEXTEND = "native"
|