mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
ipc-run: fix SRC_URI
The source branch was renamed from master to main. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
|
|||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=0ebd37caf53781e8b7223e6b99b63f4e"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=0ebd37caf53781e8b7223e6b99b63f4e"
|
||||||
DEPENDS = "perl"
|
DEPENDS = "perl"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/toddr/IPC-Run.git;branch=master;protocol=https"
|
SRC_URI = "git://github.com/toddr/IPC-Run.git;branch=main;protocol=https"
|
||||||
SRCREV = "af435a1635ef9e48a84adc3230099e7ecf20c79d"
|
SRCREV = "af435a1635ef9e48a84adc3230099e7ecf20c79d"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|||||||
Reference in New Issue
Block a user