mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user