aboutsummaryrefslogtreecommitdiffstats
path: root/packages/subversion
diff options
context:
space:
mode:
authorMichael Krelin <hacker@klever.net>2007-06-10 22:58:33 +0000
committerMichael Krelin <hacker@klever.net>2007-06-10 22:58:33 +0000
commit806f8cad5833e3b2c344258e596bf00d66dc657c (patch)
treed770603c8b36d4c87fab2b03b2fcf674a4c3aea6 /packages/subversion
parentf12bd6e823580a330ebefdfc5b80b662d540a155 (diff)
downloadopenembedded-806f8cad5833e3b2c344258e596bf00d66dc657c.tar.gz
subversion 1.4.3: removed DEFAULT_PREFERENCE of -1 and added do_stage
Diffstat (limited to 'packages/subversion')
-rw-r--r--packages/subversion/subversion_1.4.3.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/subversion/subversion_1.4.3.bb b/packages/subversion/subversion_1.4.3.bb
index c0a2a02e08..1b73017d25 100644
--- a/packages/subversion/subversion_1.4.3.bb
+++ b/packages/subversion/subversion_1.4.3.bb
@@ -5,7 +5,7 @@ RDEPENDS = "neon"
LICENSE = "Apache/BSD"
HOMEPAGE = "http://subversion.tigris.org"
-DEFAULT_PREFERENCE = "-1"
+PR = "r1"
SRC_URI = "http://subversion.tigris.org/downloads/${P}.tar.bz2 \
file://disable-revision-install.patch;patch=1 \
@@ -27,3 +27,7 @@ do_configure() {
aclocal -I build/ -I build/ac-macros/ && autoconf
oe_runconf
}
+
+do_stage() {
+ autotools_stage_all
+}