]> code.ossystems Code Review - openembedded-core.git/commitdiff
subversion-native: Enable subversion-native 1.7 and remove it from ASSUME_PROVIDED
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 2 Jul 2012 20:17:54 +0000 (20:17 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 4 Jul 2012 13:46:48 +0000 (14:46 +0100)
This enables a switch to subversion 1.7 now bitbake is able to cope with
upgrading existing working copies. The impact of this change should be
minimal since we don't have many subversion recipes now.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf
meta/recipes-devtools/subversion/subversion_1.7.2.bb

index f6d6f7dc3b30791f8da0e2388e8534dadd6b9b47..1ca885fe3f08619a6db5d3b33e457a4125e6a1f0 100644 (file)
@@ -157,7 +157,6 @@ ASSUME_PROVIDED = "\
     patch-native \
     perl-native-runtime \
     python-native-runtime \
-    subversion-native \
     tar-native \
     virtual/libintl-native \
     "
index a8d4f2226e62d2f5ca064a9dc5fb2932614d97f2..d4d56d051d557cfe6636d09ed38cd17af2868545 100644 (file)
@@ -9,10 +9,6 @@ BBCLASSEXTEND = "native"
 
 PR = "r1"
 
-# negative, because of new checkout format in 1.7.0 
-# and distro PREMIRRORs need to be in sync with users
-DEFAULT_PREFERENCE = "-1"
-
 SRC_URI = "${APACHE_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \
            file://libtool2.patch \
 "