diff options
Diffstat (limited to 'sed/sed_4.1.1.oe')
-rw-r--r-- | sed/sed_4.1.1.oe | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sed/sed_4.1.1.oe b/sed/sed_4.1.1.oe index e69de29bb2..e476891884 100644 --- a/sed/sed_4.1.1.oe +++ b/sed/sed_4.1.1.oe @@ -0,0 +1,7 @@ +SECTION = "console/utils" +DESCRIPTION = "sed is a Stream EDitor." + +SRC_URI = "${GNU_MIRROR}/sed/sed-${PV}.tar.gz" +S = "${WORKDIR}/sed-${PV}" + +inherit autotools |