From: Michael Krelin Date: Sun, 10 Jun 2007 22:58:33 +0000 (+0000) Subject: subversion 1.4.3: removed DEFAULT_PREFERENCE of -1 and added do_stage X-Git-Tag: Release-2010-05/1~8868^2~400^2~22^2~2^2~3 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=806f8cad5833e3b2c344258e596bf00d66dc657c;p=openembedded.git subversion 1.4.3: removed DEFAULT_PREFERENCE of -1 and added do_stage --- 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 +}