diff options
Diffstat (limited to 'recipes/boa/boa_0.94.13.bb')
-rw-r--r-- | recipes/boa/boa_0.94.13.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/boa/boa_0.94.13.bb b/recipes/boa/boa_0.94.13.bb index 33601b7b18..d75a099b83 100644 --- a/recipes/boa/boa_0.94.13.bb +++ b/recipes/boa/boa_0.94.13.bb @@ -6,8 +6,8 @@ RPROVIDES = "httpd" PR = "r3" SRC_URI = "http://www.boa.org/boa-${PV}.tar.gz \ - file://cgi.patch;patch=1;pnum=2 \ - file://debian-patch.diff;patch=1;pnum=2 \ + file://cgi.patch;striplevel=2 \ + file://debian-patch.diff;striplevel=2 \ file://boa.conf \ file://boa.init" |