diff options
Diffstat (limited to 'recipes/bvi')
-rw-r--r-- | recipes/bvi/bvi_1.3.1.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/bvi/bvi_1.3.1.bb b/recipes/bvi/bvi_1.3.1.bb index 30f0346c62..120ef8d392 100644 --- a/recipes/bvi/bvi_1.3.1.bb +++ b/recipes/bvi/bvi_1.3.1.bb @@ -6,9 +6,9 @@ LICENSE = "GPL" PR = "r1" SRC_URI = "${SOURCEFORGE_MIRROR}/bvi/bvi-${PV}.src.tar.gz \ - file://configure.patch;apply=yes \ - file://compile.patch;apply=yes \ - file://no-strip.patch;apply=yes" + file://configure.patch \ + file://compile.patch \ + file://no-strip.patch" inherit autotools |