diff options
Diffstat (limited to 'recipes/sed/sed_4.1.1.bb')
-rw-r--r-- | recipes/sed/sed_4.1.1.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/sed/sed_4.1.1.bb b/recipes/sed/sed_4.1.1.bb new file mode 100644 index 0000000000..eac4a9cec3 --- /dev/null +++ b/recipes/sed/sed_4.1.1.bb @@ -0,0 +1,8 @@ +LICENSE = "GPL" +SECTION = "console/utils" +DESCRIPTION = "sed is a Stream EDitor." + +SRC_URI = "${GNU_MIRROR}/sed/sed-${PV}.tar.gz" +S = "${WORKDIR}/sed-${PV}" + +inherit autotools |