diff options
Diffstat (limited to 'recipes/monotone')
-rw-r--r-- | recipes/monotone/monotone-5_0.25.2.bb | 6 | ||||
-rw-r--r-- | recipes/monotone/monotone-6_0.27.bb | 6 | ||||
-rw-r--r-- | recipes/monotone/monotone-6_0.31.bb | 6 | ||||
-rw-r--r-- | recipes/monotone/monotone-6_0.33.bb | 6 | ||||
-rw-r--r-- | recipes/monotone/monotone-6_0.34.bb | 6 | ||||
-rw-r--r-- | recipes/monotone/monotone-6_0.37.bb | 6 |
6 files changed, 18 insertions, 18 deletions
diff --git a/recipes/monotone/monotone-5_0.25.2.bb b/recipes/monotone/monotone-5_0.25.2.bb index d175adcdda..c06759001e 100644 --- a/recipes/monotone/monotone-5_0.25.2.bb +++ b/recipes/monotone/monotone-5_0.25.2.bb @@ -8,9 +8,9 @@ require monotone.inc PR = "r0" SRC_URI = "http://venge.net/monotone/downloads/monotone-${PV}.tar.gz \ - file://txt2c-cross-post-0.22.patch;patch=1 \ - file://uclibc.database.hh.stdarg.patch;patch=1 \ - file://configure.ac-no-sync-with-stdio-0.25.patch;patch=1 \ + file://txt2c-cross-post-0.22.patch \ + file://uclibc.database.hh.stdarg.patch \ + file://configure.ac-no-sync-with-stdio-0.25.patch \ " ALTERNATIVE_PRIORITY = "50" diff --git a/recipes/monotone/monotone-6_0.27.bb b/recipes/monotone/monotone-6_0.27.bb index b7af4288e9..27d81f9e57 100644 --- a/recipes/monotone/monotone-6_0.27.bb +++ b/recipes/monotone/monotone-6_0.27.bb @@ -25,9 +25,9 @@ ARM_INSTRUCTION_SET = "arm" PR = "r0" SRC_URI = "http://venge.net/monotone/downloads/monotone-${PV}.tar.gz \ - file://txt2c-cross-post-0.22.patch;patch=1 \ - file://uclibc.database.hh.stdarg.patch;patch=1 \ - file://configure.ac-no-sync-with-stdio-0.26.patch;patch=1 \ + file://txt2c-cross-post-0.22.patch \ + file://uclibc.database.hh.stdarg.patch \ + file://configure.ac-no-sync-with-stdio-0.26.patch \ " # This makes the testsuite as a package and renames the monotone executable # to include the netsync suffix. diff --git a/recipes/monotone/monotone-6_0.31.bb b/recipes/monotone/monotone-6_0.31.bb index 08c0b2b43a..10ddf4d43e 100644 --- a/recipes/monotone/monotone-6_0.31.bb +++ b/recipes/monotone/monotone-6_0.31.bb @@ -25,9 +25,9 @@ ARM_INSTRUCTION_SET = "arm" PR = "r0" SRC_URI = "http://venge.net/monotone/downloads/monotone-${PV}.tar.gz \ - file://txt2c-cross-post-0.22.patch;patch=1 \ - file://uclibc.database.hh.stdarg.patch;patch=1 \ - file://configure.ac-no-sync-with-stdio-0.31.patch;patch=1 \ + file://txt2c-cross-post-0.22.patch \ + file://uclibc.database.hh.stdarg.patch \ + file://configure.ac-no-sync-with-stdio-0.31.patch \ " do_compile_append() { touch testsuite diff --git a/recipes/monotone/monotone-6_0.33.bb b/recipes/monotone/monotone-6_0.33.bb index 1e53508e4c..8bc24f24d3 100644 --- a/recipes/monotone/monotone-6_0.33.bb +++ b/recipes/monotone/monotone-6_0.33.bb @@ -28,9 +28,9 @@ ARM_INSTRUCTION_SET = "arm" PR = "r1" SRC_URI = "http://monotone.ca/downloads/${PV}/monotone-${PV}.tar.gz \ - file://txt2c-cross-post-0.22.patch;patch=1 \ - file://uclibc.database.hh.stdarg.patch;patch=1 \ - file://configure.ac-no-sync-with-stdio-0.31.patch;patch=1 \ + file://txt2c-cross-post-0.22.patch \ + file://uclibc.database.hh.stdarg.patch \ + file://configure.ac-no-sync-with-stdio-0.31.patch \ " do_compile_append() { touch testsuite diff --git a/recipes/monotone/monotone-6_0.34.bb b/recipes/monotone/monotone-6_0.34.bb index 873f68b2ad..9a6695237f 100644 --- a/recipes/monotone/monotone-6_0.34.bb +++ b/recipes/monotone/monotone-6_0.34.bb @@ -28,9 +28,9 @@ ARM_INSTRUCTION_SET = "arm" PR = "r0" SRC_URI = "http://monotone.ca/downloads/${PV}/monotone-${PV}.tar.gz \ - file://txt2c-cross-post-0.22.patch;patch=1 \ - file://uclibc.database.hh.stdarg.patch;patch=1 \ - file://configure.ac-no-sync-with-stdio-0.31.patch;patch=1 \ + file://txt2c-cross-post-0.22.patch \ + file://uclibc.database.hh.stdarg.patch \ + file://configure.ac-no-sync-with-stdio-0.31.patch \ " do_compile_append() { touch testsuite diff --git a/recipes/monotone/monotone-6_0.37.bb b/recipes/monotone/monotone-6_0.37.bb index 0bf39114a3..716a26b5bc 100644 --- a/recipes/monotone/monotone-6_0.37.bb +++ b/recipes/monotone/monotone-6_0.37.bb @@ -28,9 +28,9 @@ ARM_INSTRUCTION_SET = "arm" PR = "r0" SRC_URI = "http://monotone.ca/downloads/${PV}/monotone-${PV}.tar.gz \ - file://txt2c-cross-post-0.22.patch;patch=1 \ -# file://uclibc.database.hh.stdarg.patch;patch=1 \ - file://configure.ac-no-sync-with-stdio-0.31.patch;patch=1 \ + file://txt2c-cross-post-0.22.patch \ +# file://uclibc.database.hh.stdarg.patch \ + file://configure.ac-no-sync-with-stdio-0.31.patch \ " do_compile_append() { touch testsuite |