[meta-java][scarthgap] The SRC_URI of various packages needs to be updated
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
Hello,
Some packages in meta-java can't be downloaded due to a modification (server side) in their URL.
Maybe, somone need to do something like this to repair the scarthgap branch:
>
> diff --git a/recipes-core/jakarta-libs/avalon-framework-api_4.3.bb
> b/recipes-core/jakarta-libs/avalon-framework-api_4.3.bb
> index 081cfe7..5572c77 100644
> --- a/recipes-core/jakarta-libs/avalon-framework-api_4.3.bb
> +++ b/recipes-core/jakarta-libs/avalon-framework-api_4.3.bb
> @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM =
> "file://LICENSE.txt;md5=1dece7821bf3fd70fe1309eaa37d52a2"
> PR = "r1"
>
> SRC_URI = " \
> -
> http://archive.apache.org/dist/excalibur/avalon-framework/source/${BP}-src.tar.gz;name=archive
> \
> +
> http://archive.apache.org/dist/excalibur/excalibur-framework/source/${BP}-src.tar.gz;name=archive
> \
> http://archive.apache.org/dist/avalon/logkit/source/logkit-1.2.2-src.tar.gz;name=logkit
> \
> "
>
> diff --git a/recipes-core/xalan-j/xalan-j_2.7.1.bb
> b/recipes-core/xalan-j/xalan-j_2.7.1.bb
> index 5e72a34..968ddaa 100644
> --- a/recipes-core/xalan-j/xalan-j_2.7.1.bb
> +++ b/recipes-core/xalan-j/xalan-j_2.7.1.bb
> @@ -12,7 +12,7 @@ PR = "r2"
> DEPENDS = "xerces-j regexp jlex cup jaxp1.3 bcel"
>
> SRC_URI = "\
> -
> http://archive.apache.org/dist/xml/${BPN}/${BPN}_2_7_1-src.tar.gz;name=archive
> \
> +
> https://archive.apache.org/dist/xalan/xalan-j/source/${BPN}_2_7_1-src.tar.gz;name=archive
> \
> https://dlcdn.apache.org/commons/bsf/source/bsf-src-2.4.0.tar.gz;name=bsf
> \
> "
>
> diff --git a/recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb
> b/recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb
> index 0fafcea..7b4d30d 100644
> --- a/recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb
> +++ b/recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb
> @@ -4,7 +4,7 @@ LICENSE = "Apache-2.0"
> PR = "r1"
> LIC_FILES_CHKSUM =
> "file://LICENSE.resolver.txt;md5=d229da563da18fe5d58cd95a6467d584"
>
> -SRC_URI =
> "http://archive.apache.org/dist/xml/commons/xml-commons-resolver-${PV}.tar.gz"
>
> +SRC_URI =
> "http://archive.apache.org/dist/xml/commons/binaries/xml-commons-resolver-${PV}.tar.gz"
>
>
> inherit java-library
>
>
There is probably more SRC_URI to fix, this only the ones required in my build.