mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
mx/lttng-*: Fix git branch references
Ensure the right branches are set in SRC_URI to match the revisions used. This resolves certain fetch failures. (From OE-Core rev: 1a61a104c29b001f0c1f52534c4a9a9d12d69bbb) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -4,7 +4,7 @@ require mx.inc
|
||||
SRCREV = "9b1db6b8060bd00b121a692f942404a24ae2960f"
|
||||
PV = "1.4.7+git${SRCPV}"
|
||||
|
||||
SRC_URI = "git://github.com/clutter-project/mx.git \
|
||||
SRC_URI = "git://github.com/clutter-project/mx.git;branch=mx-1.4 \
|
||||
file://fix-build-dir.patch \
|
||||
file://fix-test-includes.patch \
|
||||
"
|
||||
|
||||
@@ -13,7 +13,7 @@ inherit module
|
||||
SRCREV = "eef112db0e63feff6cbf0a98cda9af607cefb377"
|
||||
PV = "2.3.3"
|
||||
|
||||
SRC_URI = "git://git.lttng.org/lttng-modules.git \
|
||||
SRC_URI = "git://git.lttng.org/lttng-modules.git;branch=stable-2.3 \
|
||||
file://lttng-modules-replace-KERNELDIR-with-KERNEL_SRC.patch"
|
||||
|
||||
export INSTALL_MOD_DIR="kernel/lttng-modules"
|
||||
|
||||
@@ -15,7 +15,7 @@ RDEPENDS_${PN}-ptest += "make"
|
||||
SRCREV = "5d985544a7ad54afa0514ea7f522a89d8d844860"
|
||||
PV = "v2.3.1"
|
||||
|
||||
SRC_URI = "git://git.lttng.org/lttng-tools.git \
|
||||
SRC_URI = "git://git.lttng.org/lttng-tools.git;branch=stable-2.3 \
|
||||
file://runtest.patch \
|
||||
file://run-ptest \
|
||||
"
|
||||
|
||||
@@ -21,7 +21,7 @@ SRCREV = "535d0408caee93577c2b4d8ad3cd672fa97eac1d"
|
||||
PV = "2.3.1"
|
||||
PE = "2"
|
||||
|
||||
SRC_URI = "git://git.lttng.org/lttng-ust.git \
|
||||
SRC_URI = "git://git.lttng.org/lttng-ust.git;branch=stable-2.3 \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Reference in New Issue
Block a user