diff options
Diffstat (limited to 'recipes/subversion')
-rw-r--r-- | recipes/subversion/subversion_1.4.3.bb | 4 | ||||
-rw-r--r-- | recipes/subversion/subversion_1.6.5.bb | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes/subversion/subversion_1.4.3.bb b/recipes/subversion/subversion_1.4.3.bb index db5305f8ba..409fda47d4 100644 --- a/recipes/subversion/subversion_1.4.3.bb +++ b/recipes/subversion/subversion_1.4.3.bb @@ -8,8 +8,8 @@ HOMEPAGE = "http://subversion.tigris.org" PR = "r1" SRC_URI = "http://subversion.tigris.org/downloads/${P}.tar.bz2 \ - file://disable-revision-install.patch;patch=1 \ - file://neon-detection.patch;patch=1" + file://disable-revision-install.patch;apply=yes \ + file://neon-detection.patch;apply=yes" EXTRA_OECONF = "--with-neon=${STAGING_EXECPREFIXDIR} \ --without-berkeley-db --without-apxs --without-apache \ diff --git a/recipes/subversion/subversion_1.6.5.bb b/recipes/subversion/subversion_1.6.5.bb index 6da6e9a58a..1277de52bb 100644 --- a/recipes/subversion/subversion_1.6.5.bb +++ b/recipes/subversion/subversion_1.6.5.bb @@ -8,7 +8,7 @@ HOMEPAGE = "http://subversion.tigris.org/" PR = "r0" SRC_URI = "http://subversion.tigris.org/downloads/${P}.tar.bz2 \ - file://disable-revision-install.patch;patch=1" + file://disable-revision-install.patch;apply=yes" EXTRA_OECONF = "--without-berkeley-db --without-apxs --without-apache \ --without-swig --with-apr=${STAGING_BINDIR_CROSS} \ |