diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/bitbake.conf | 1 | ||||
-rw-r--r-- | meta/recipes-devtools/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 f6d6f7dc3b..1ca885fe3f 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -157,7 +157,6 @@ ASSUME_PROVIDED = "\ | |||
157 | patch-native \ | 157 | patch-native \ |
158 | perl-native-runtime \ | 158 | perl-native-runtime \ |
159 | python-native-runtime \ | 159 | python-native-runtime \ |
160 | subversion-native \ | ||
161 | tar-native \ | 160 | tar-native \ |
162 | virtual/libintl-native \ | 161 | virtual/libintl-native \ |
163 | " | 162 | " |
diff --git a/meta/recipes-devtools/subversion/subversion_1.7.2.bb b/meta/recipes-devtools/subversion/subversion_1.7.2.bb index a8d4f2226e..d4d56d051d 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" | |||
9 | 9 | ||
10 | PR = "r1" | 10 | PR = "r1" |
11 | 11 | ||
12 | # negative, because of new checkout format in 1.7.0 | ||
13 | # and distro PREMIRRORs need to be in sync with users | ||
14 | DEFAULT_PREFERENCE = "-1" | ||
15 | |||
16 | SRC_URI = "${APACHE_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \ | 12 | SRC_URI = "${APACHE_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \ |
17 | file://libtool2.patch \ | 13 | file://libtool2.patch \ |
18 | " | 14 | " |