diff options
Diffstat (limited to 'recipes/btscanner/btscanner_1.0.bb')
-rw-r--r-- | recipes/btscanner/btscanner_1.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/btscanner/btscanner_1.0.bb b/recipes/btscanner/btscanner_1.0.bb index 1167ba8451..a8ee1fe97c 100644 --- a/recipes/btscanner/btscanner_1.0.bb +++ b/recipes/btscanner/btscanner_1.0.bb @@ -7,8 +7,8 @@ PR = "r3" LICENSE = "GPLv2" SRC_URI = "http://www.pentest.co.uk/src/btscanner-${PV}.tar.gz \ - file://0909132213173.patch;patch=1 \ - file://configure.patch;patch=1" + file://0909132213173.patch;apply=yes \ + file://configure.patch;apply=yes" #Yes, the packages uses this ugly hardcoded path instead of ${sysconfdir} FILES_${PN} += "/usr/etc/oui.txt" |