diff options
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-ust_2.1.0.bb')
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-ust_2.1.0.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-ust_2.1.0.bb b/meta/recipes-kernel/lttng/lttng-ust_2.1.0.bb index 20c8b3d7cb..6c2ca04bcc 100644 --- a/meta/recipes-kernel/lttng/lttng-ust_2.1.0.bb +++ b/meta/recipes-kernel/lttng/lttng-ust_2.1.0.bb | |||
@@ -22,7 +22,9 @@ PV = "2.1.0" | |||
22 | PR = "r0" | 22 | PR = "r0" |
23 | PE = "2" | 23 | PE = "2" |
24 | 24 | ||
25 | SRC_URI = "git://git.lttng.org/lttng-ust.git;protocol=git" | 25 | SRC_URI = "git://git.lttng.org/lttng-ust.git;protocol=git \ |
26 | file://depends-liblttng-ust-tracepoin.patch \ | ||
27 | " | ||
26 | 28 | ||
27 | S = "${WORKDIR}/git" | 29 | S = "${WORKDIR}/git" |
28 | 30 | ||