mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
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" [v3] Give a typo, fix a typo [V4] Give a commit summary (it was there in v2), but now there is only: Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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/ImageMagick.git;branch=master;protocol=https"
|
||||
SRCREV = "8b4e00829eb84d4e7b4da11acf1f98f1e8166e5b"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Reference in New Issue
Block a user