diff options
Diffstat (limited to 'recipes/portmap/portmap_6.0.bb')
-rw-r--r-- | recipes/portmap/portmap_6.0.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/portmap/portmap_6.0.bb b/recipes/portmap/portmap_6.0.bb index f528783fc6..85cf7059e9 100644 --- a/recipes/portmap/portmap_6.0.bb +++ b/recipes/portmap/portmap_6.0.bb @@ -3,9 +3,9 @@ require portmap.inc PR = "r5" SRC_URI = "http://www.sourcefiles.org/Networking/Tools/Miscellanenous/portmap-6.0.tgz \ - file://destdir-no-strip.patch;apply=yes \ - file://no-tcpd-support.patch;apply=yes \ - file://no-libwrap.patch;apply=yes;striplevel=0 \ + file://destdir-no-strip.patch \ + file://no-tcpd-support.patch \ + file://no-libwrap.patch;striplevel=0 \ file://portmap.init " S = "${WORKDIR}/${PN}_${PV}/" |