diff options
Diffstat (limited to 'recipes/nmap/nmap_3.81.bb')
-rw-r--r-- | recipes/nmap/nmap_3.81.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/nmap/nmap_3.81.bb b/recipes/nmap/nmap_3.81.bb index 105608d192..4350c22d98 100644 --- a/recipes/nmap/nmap_3.81.bb +++ b/recipes/nmap/nmap_3.81.bb @@ -8,8 +8,8 @@ PR = "r2" inherit autotools SRC_URI = "http://download.insecure.org/nmap/dist-old/nmap-${PV}.tar.bz2 \ - file://autofoo.patch;apply=yes \ - file://remove_gtk.patch;apply=yes" + file://autofoo.patch \ + file://remove_gtk.patch" S = "${WORKDIR}/nmap-${PV}" EXTRA_OECONF = "--with-pcap=linux \ |