summaryrefslogtreecommitdiff
path: root/meta/recipes-kernel/lttng/lttng-modules_2.3.3.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-05 16:24:48 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-05 16:26:21 +0000
commit1a61a104c29b001f0c1f52534c4a9a9d12d69bbb (patch)
treed9866255e0d9c8d8f7a8f401503709f81ff49c6f /meta/recipes-kernel/lttng/lttng-modules_2.3.3.bb
parent7fcfd0c001431683a82615c2a2fc241ca02a6af9 (diff)
downloadopenembedded-core-1a61a104c29b001f0c1f52534c4a9a9d12d69bbb.tar.gz
openembedded-core-1a61a104c29b001f0c1f52534c4a9a9d12d69bbb.tar.bz2
openembedded-core-1a61a104c29b001f0c1f52534c4a9a9d12d69bbb.zip
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. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-modules_2.3.3.bb')
-rw-r--r--meta/recipes-kernel/lttng/lttng-modules_2.3.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.3.3.bb b/meta/recipes-kernel/lttng/lttng-modules_2.3.3.bb
index f293376e1e..dd065463ae 100644
--- a/meta/recipes-kernel/lttng/lttng-modules_2.3.3.bb
+++ b/meta/recipes-kernel/lttng/lttng-modules_2.3.3.bb
@@ -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"