diff options
Diffstat (limited to 'adns/adns_1.0.oe')
-rw-r--r-- | adns/adns_1.0.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/adns/adns_1.0.oe b/adns/adns_1.0.oe index d541b23605..0dc674493c 100644 --- a/adns/adns_1.0.oe +++ b/adns/adns_1.0.oe @@ -2,8 +2,8 @@ DEPENDS = "virtual/libc" DESCRIPTION = "An advanced alternative, asynchronous resolver." SRC_URI = "ftp://ftp.gnu.org/gnu/adns/adns-${PV}.tar.gz \ - file://${FILESDIR}/configure.patch;patch=1 \ - file://${FILESDIR}/fixparsedomainflags.patch;patch=1" + file://configure.patch;patch=1 \ + file://fixparsedomainflags.patch;patch=1" inherit autotools |