> -----Original Message-----
> From: openembedded-devel@lists.openembedded.org 
> <openembedded-devel@lists.openembedded.org> On Behalf Of Armin Kuster
> Sent: den 7 november 2021 19:40
> To: openembedded-devel@lists.openembedded.org
> Subject: [oe] [meta-oe][v2][honister][PATCH] recipes: remove tabs and spaces 
> in SRC_URI
> 
> Missed tabs and spaces in the SRC_URI during
> 'Update SRC_URI branch and protocols' translation.
> 
> [V2]
> Fix typo in imagemagick, change "gitk" to "git"

This does not match the change (see below).

> 
> Signed-off-by: Armin Kuster <akuster...@gmail.com>
> ---
>  meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb         | 2 +-
>  meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb | 2 +-
>  meta-oe/recipes-devtools/pcimem/pcimem_2.0.bb                 | 2 +-
>  meta-oe/recipes-support/imagemagick/imagemagick_7.0.10.bb     | 2 +-
>  4 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb 
> b/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb
> index 6ba58829e3..37d5d81238 100644
> --- a/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb
> +++ b/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb
> @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM =
> "file://LICENSE;md5=df52c6edb7adc22e533b2bacc3bd3915"
>  PV = "20210324.2+git${SRCPV}"
>  SRCREV = "278e0a071885a22dcd2fd1b5576cc44757299343"
>  BRANCH = "lts_2021_03_24"
> -SRC_URI = "git://github.com/abseil/abseil-cpp;branch=${BRANCH} 
> ;protocol=https \
> +SRC_URI = 
> "git://github.com/abseil/abseil-cpp;branch=${BRANCH};protocol=https \
>             file://0001-absl-always-use-asm-sgidefs.h.patch             \
>             file://0002-Remove-maes-option-from-cross-compilation.patch \
>             file://abseil-ppc-fixes.patch \
> diff --git a/meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb 
> b/meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb
> index cbc7a9a5eb..2c9e45fce7 100644
> --- a/meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb
> +++ b/meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb
> @@ -3,7 +3,7 @@ LICENSE = "GPLv2"
> 
>  LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
> 
> -SRC_URI = "git://github.com/ubinux/dnf-plugin-tui.git;branch=master 
> ;protocol=https"
> +SRC_URI = 
> "git://github.com/ubinux/dnf-plugin-tui.git;branch=master;protocol=https"
>  SRCREV = "b0d80b7129f1d84cc563a4098d869e7420bcf4bc"
>  PV = "1.3"
> 
> diff --git a/meta-oe/recipes-devtools/pcimem/pcimem_2.0.bb 
> b/meta-oe/recipes-devtools/pcimem/pcimem_2.0.bb
> index 688c63d14a..84f6c3ce24 100644
> --- a/meta-oe/recipes-devtools/pcimem/pcimem_2.0.bb
> +++ b/meta-oe/recipes-devtools/pcimem/pcimem_2.0.bb
> @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM =
> "file://LICENSE.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
>  COMPATIBLE_HOST = "(x86_64|aarch64|arm)"
> 
>  SRCREV = "09724edb1783a98da2b7ae53c5aaa87493aabc9b"
> -SRC_URI = "git://github.com/billfarrow/pcimem.git 
> ;branch=master;protocol=https"
> +SRC_URI = 
> "git://github.com/billfarrow/pcimem.git;branch=master;protocol=https"
> 
>  S = "${WORKDIR}/git"
> 
> diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.10.bb 
> b/meta-oe/recipes-support/imagemagick/imagemagick_7.0.10.bb
> index 1b41732ecd..3f2472ba7e 100644
> --- a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.10.bb
> +++ b/meta-oe/recipes-support/imagemagick/imagemagick_7.0.10.bb
> @@ -11,7 +11,7 @@ DEPENDS = "lcms bzip2 jpeg libpng tiff zlib fftw
> freetype libtool"
> 
>  BASE_PV := "${PV}"
>  PV .= "_25"
> -SRC_URI = "git://github.com/ImageMagick/ImageMagick.git 
> ;branch=master;protocol=https"
> +SRC_URI = 
> "git://github.com/ImageMagick/ImageMagic.git;branch=master;protocol=https"

The correct URL is "git://github.com/ImageMagick/ImageMagick.git" (as 
it was).

>  SRCREV = "8b4e00829eb84d4e7b4da11acf1f98f1e8166e5b"
> 
>  S = "${WORKDIR}/git"
> --
> 2.25.1

//Peter
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#93876): 
https://lists.openembedded.org/g/openembedded-devel/message/93876
Mute This Topic: https://lists.openembedded.org/mt/86888632/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to