From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 93-97-173-237.zone5.bethere.co.uk ([93.97.173.237] helo=tim.rpsys.net) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SlnKj-00044t-85 for openembedded-core@lists.openembedded.org; Mon, 02 Jul 2012 22:34:57 +0200 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q62KNuVp006296 for ; Mon, 2 Jul 2012 21:23:56 +0100 Received: from tim.rpsys.net ([127.0.0.1]) by localhost (tim.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 05228-10 for ; Mon, 2 Jul 2012 21:23:51 +0100 (BST) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q62KNofJ006290 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 2 Jul 2012 21:23:51 +0100 Message-ID: <1341260636.23146.266.camel@ted> From: Richard Purdie To: openembedded-core Date: Mon, 02 Jul 2012 21:23:56 +0100 X-Mailer: Evolution 3.2.2- Mime-Version: 1.0 X-Virus-Scanned: amavisd-new at rpsys.net Subject: [PATCH] subversion-native: Enable subversion-native 1.7 and remove it from ASSUME_PROVIDED X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jul 2012 20:34:57 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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 --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 9377ee6..36caff0 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 \ "