mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
b79176adb3
It's not necessary to specify the protocol parameter when it's the default protocol for the fetcher, e.g. the default protocol for git fetcher it git, "protocol=git" isn't needed. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
10 lines
167 B
BlitzBasic
10 lines
167 B
BlitzBasic
require tasks.inc
|
|
|
|
SRC_URI = "git://git.gnome.org/${BPN}"
|
|
|
|
SRCREV = "ea52d46d691c5fce4473ea4e24a35411381f3a65"
|
|
PV = "0.13+git${SRCPV}"
|
|
PR = "r3"
|
|
|
|
S = "${WORKDIR}/git"
|