diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-02 20:17:54 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-04 14:46:48 +0100 |
commit | ac0aa35ba6d7a21636bdd23d45ae0bf8112bdaa8 (patch) | |
tree | 96fd6a720d01b9b592ca3b018a82dc2ffe05d250 /meta/recipes-devtools/subversion | |
parent | a6b6df1350149c116050cb93c3c7b4802c709d31 (diff) | |
download | openembedded-core-contrib-ac0aa35ba6d7a21636bdd23d45ae0bf8112bdaa8.tar.gz |
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@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/subversion')
-rw-r--r-- | meta/recipes-devtools/subversion/subversion_1.7.2.bb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-devtools/subversion/subversion_1.7.2.bb b/meta/recipes-devtools/subversion/subversion_1.7.2.bb index a8d4f2226e6..d4d56d051d5 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 \ " |