[oe-commits] Richard Purdie : subversion-native: Enable subversion-native 1. 7 and remove it from ASSUME_PROVIDED

git at git.openembedded.org git at git.openembedded.org
Wed Jul 4 13:49:31 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: ac0aa35ba6d7a21636bdd23d45ae0bf8112bdaa8
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=ac0aa35ba6d7a21636bdd23d45ae0bf8112bdaa8

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Mon Jul  2 20:17:54 2012 +0000

subversion-native: Enable subversion-native 1.7 and remove it from ASSUME_PROVIDED

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 at linuxfoundation.org>

---

 meta/conf/bitbake.conf                             |    1 -
 .../subversion/subversion_1.7.2.bb                 |    4 ----
 2 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index f6d6f7d..1ca885f 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -157,7 +157,6 @@ ASSUME_PROVIDED = "\
     patch-native \
     perl-native-runtime \
     python-native-runtime \
-    subversion-native \
     tar-native \
     virtual/libintl-native \
     "
diff --git a/meta/recipes-devtools/subversion/subversion_1.7.2.bb b/meta/recipes-devtools/subversion/subversion_1.7.2.bb
index a8d4f22..d4d56d0 100644
--- a/meta/recipes-devtools/subversion/subversion_1.7.2.bb
+++ b/meta/recipes-devtools/subversion/subversion_1.7.2.bb
@@ -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 \
 "





More information about the Openembedded-commits mailing list