[meta-ti] [rocko/master][PATCH] ti-cg-xml: Update to version 2.61.00
Denys Dmytriyenko
denys at ti.com
Mon Mar 4 16:50:10 PST 2019
On Mon, Mar 04, 2019 at 07:24:31PM -0500, Mahesh Radhakrishnan wrote:
> Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2 at ti.com>
Thanks, please see below.
> ---
> .../{ti-cg-xml_2.41.00.bb => ti-cg-xml_2.61.00.bb} | 15 +++++++--------
> 1 file changed, 7 insertions(+), 8 deletions(-)
> rename recipes-ti/devtools/{ti-cg-xml_2.41.00.bb => ti-cg-xml_2.61.00.bb} (61%)
>
> diff --git a/recipes-ti/devtools/ti-cg-xml_2.41.00.bb b/recipes-ti/devtools/ti-cg-xml_2.61.00.bb
> similarity index 61%
> rename from recipes-ti/devtools/ti-cg-xml_2.41.00.bb
> rename to recipes-ti/devtools/ti-cg-xml_2.61.00.bb
> index 5c0ff63..a97b7b7 100644
> --- a/recipes-ti/devtools/ti-cg-xml_2.41.00.bb
> +++ b/recipes-ti/devtools/ti-cg-xml_2.61.00.bb
> @@ -7,22 +7,21 @@ require recipes-ti/includes/ti-paths.inc
> require recipes-ti/includes/ti-staging.inc
> require recipes-ti/includes/ti-unpack.inc
>
> -PV = "2_41_00"
> +PV = "2_61_00"
>
> S = "${WORKDIR}/cg_xml_${PV}"
>
> SRC_URI = "\
> - http://software-dl.ti.com/ccs/non-esd/releases/other/applications_packages/cg_xml/cg_xml_v${PV}/cg_xml-v${PV}-Linux-x86-Install;name=cgxmlbin_linux \
> + http://software-dl.ti.com/ccs/non-esd/releases/other/applications_packages/cg_xml/cg_xml_v${PV}/cgxml-${@'${PV}'.replace('_','.')}-linux-installer.run;name=cgxmlbin_linux \
> "
> +LIC_FILES_CHKSUM = "file://cg_xml_${@'${PV}'.replace('_','.')}_Manifest.pdf;md5=fc02a39748ba50373f32b2f4a5e3a684"
> -LIC_FILES_CHKSUM = "file://cg_xml_${PV}_Manifest.pdf;md5=ba23d76ef3d5ec111b03267105c91bd4"
Looks like license checksum has changed - please briefly mention this in the
commit log with explanation and whether the license itself has changed.
> +SRC_URI[cgxmlbin_linux.md5sum] = "6ce60caa97bbf15158d806fb062fadff"
> +SRC_URI[cgxmlbin_linux.sha256sum] = "da77cb10bd3d5de89e27e4ce8f4408a2e50775c8980225f9a828ddc242bb81f9"
>
> -SRC_URI[cgxmlbin_linux.md5sum] = "9e421f25f6da455b0155570ce0e62628"
> -SRC_URI[cgxmlbin_linux.sha256sum] = "bbc25f4abe27a8b93bae1d8581c3dee87111c3769c305d086287038ee9038cbf"
> -
> -BINFILE="cg_xml-v${PV}-Linux-x86-Install"
> +BINFILE="cgxml-${@'${PV}'.replace('_','.')}-linux-installer.run"
So, every reference to ${PV} has been replaced to ${@'${PV}'.replace('_','.')}
Should we just change PV to replace underscores with dots (maybe bump PE)?
E.g.:
PV = "2.61.00"
PE = "1"
> TI_BIN_UNPK_CMDS=""
> -TI_BIN_UNPK_ARGS="--prefix ${S} --mode silent"
> +TI_BIN_UNPK_ARGS="--prefix ${S} --mode unattended"
>
> do_install() {
> CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership"
> --
> 1.9.1
>
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
More information about the meta-ti
mailing list