subversion 1.4.3: removed DEFAULT_PREFERENCE of -1 and added do_stage
authorMichael Krelin <hacker@klever.net>
Sun, 10 Jun 2007 22:58:33 +0000 (22:58 +0000)
committerMichael Krelin <hacker@klever.net>
Sun, 10 Jun 2007 22:58:33 +0000 (22:58 +0000)
packages/subversion/subversion_1.4.3.bb

index c0a2a02..1b73017 100644 (file)
@@ -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
+}