diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-12 17:34:52 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-12 17:34:52 +0000 |
commit | f51973f5afb4775252bdf26827ba44663e1dda2d (patch) | |
tree | 9f8754f9259a0ffbdc3994f44259d36eaaf917be /meta/packages/subversion | |
parent | a43863b7f126b4e4e9eae64c11b657ef9530e50a (diff) | |
download | poky-f51973f5afb4775252bdf26827ba44663e1dda2d.tar.gz |
apr/apr-util: Fix some other config path gremlins breaking builds
Diffstat (limited to 'meta/packages/subversion')
-rw-r--r-- | meta/packages/subversion/subversion_1.5.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/subversion/subversion_1.5.5.bb b/meta/packages/subversion/subversion_1.5.5.bb index 4a1153ce0b..a1c0f94558 100644 --- a/meta/packages/subversion/subversion_1.5.5.bb +++ b/meta/packages/subversion/subversion_1.5.5.bb | |||
@@ -5,7 +5,7 @@ RDEPENDS = "neon" | |||
5 | LICENSE = "Apache BSD" | 5 | LICENSE = "Apache BSD" |
6 | HOMEPAGE = "http://subversion.tigris.org" | 6 | HOMEPAGE = "http://subversion.tigris.org" |
7 | 7 | ||
8 | PR = "r4" | 8 | PR = "r5" |
9 | 9 | ||
10 | SRC_URI = "http://subversion.tigris.org/downloads/${P}.tar.bz2 \ | 10 | SRC_URI = "http://subversion.tigris.org/downloads/${P}.tar.bz2 \ |
11 | file://disable-revision-install.patch;patch=1 \ | 11 | file://disable-revision-install.patch;patch=1 \ |