diff options
Diffstat (limited to 'sed/sed_4.0.8.oe')
-rw-r--r-- | sed/sed_4.0.8.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sed/sed_4.0.8.oe b/sed/sed_4.0.8.oe index 1f13d419af..b217708141 100644 --- a/sed/sed_4.0.8.oe +++ b/sed/sed_4.0.8.oe @@ -2,6 +2,6 @@ DEPENDS = "virtual/libc" RDEPENDS = "libc6" DESCRIPTION = "sed is a Stream EDitor." -SRC_URI = ${GNU_MIRROR}/sed/sed-${PV}.tar.gz +SRC_URI = "${GNU_MIRROR}/sed/sed-${PV}.tar.gz" inherit autotools |