diff options
Diffstat (limited to 'recipes/adns/adns_1.0.bb')
-rw-r--r-- | recipes/adns/adns_1.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/adns/adns_1.0.bb b/recipes/adns/adns_1.0.bb index 66b35900e2..96e47811e2 100644 --- a/recipes/adns/adns_1.0.bb +++ b/recipes/adns/adns_1.0.bb @@ -3,8 +3,8 @@ SECTION = "console/network" LICENSE="GPL" SRC_URI = "ftp://ftp.gnu.org/gnu/adns/adns-${PV}.tar.gz \ - file://configure.patch;patch=1 \ - file://fixparsedomainflags.patch;patch=1" + file://configure.patch \ + file://fixparsedomainflags.patch" inherit autotools |