mirror of
https://git.yoctoproject.org/poky
synced 2026-07-21 05:27:01 +00:00
4db556863d
Using /git/ in our urls is rather old school and not the preferred format now. Update the urls to the preferred form even if the other ones still work. (From OE-Core rev: 50f40609b27c169e9da1f076172daabbf55732d0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 8ac7c0c3493a6141476093bb2c1c79004c55857d) Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Paul Barker <paul@pbarker.dev>
17 lines
622 B
PHP
17 lines
622 B
PHP
SUMMARY = "Test recipe for fetching git submodules"
|
|
HOMEPAGE = "https://git.yoctoproject.org/matchbox-panel-2"
|
|
LICENSE = "GPL-2.0-or-later"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
|
|
|
INHIBIT_DEFAULT_DEPS = "1"
|
|
|
|
TAGVALUE = "2.10"
|
|
|
|
# Deliberately have a tag which has to be resolved but ensure do_unpack doesn't access the network again.
|
|
SRC_URI = "git://git.yoctoproject.org/matchbox-panel-2;branch=master;protocol=https"
|
|
SRC_URI:append:gitunpack-enable-recipe = ";tag=${TAGVALUE}"
|
|
SRCREV = "f82ca3f42510fb3ef10f598b393eb373a2c34ca7"
|
|
SRCREV:gitunpack-enable-recipe = ""
|
|
|
|
S = "${WORKDIR}/git"
|