diff options
Diffstat (limited to 'units/units_1.80.oe')
-rw-r--r-- | units/units_1.80.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/units/units_1.80.oe b/units/units_1.80.oe index 6925a19ae7..d02628c025 100644 --- a/units/units_1.80.oe +++ b/units/units_1.80.oe @@ -2,8 +2,8 @@ DEPENDS = "virtual/libc readline" DESCRIPTION = "GNU units converts between different systems of units." SRC_URI = "${GNU_MIRROR}/units/units-${PV}.tar.gz \ - file://${FILESDIR}/units.c.patch;patch=1 \ - file://${FILESDIR}/makefile.patch;patch=1" + file://units.c.patch;patch=1 \ + file://makefile.patch;patch=1" inherit autotools |