diff options
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-modules_2.13.0.bb')
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-modules_2.13.0.bb | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.13.0.bb b/meta/recipes-kernel/lttng/lttng-modules_2.13.0.bb index b95d7ecaaf..109f5d6933 100644 --- a/meta/recipes-kernel/lttng/lttng-modules_2.13.0.bb +++ b/meta/recipes-kernel/lttng/lttng-modules_2.13.0.bb | |||
@@ -9,9 +9,9 @@ inherit module | |||
9 | 9 | ||
10 | include lttng-platforms.inc | 10 | include lttng-platforms.inc |
11 | 11 | ||
12 | SRC_URI = "https://lttng.org/files/${BPN}/${BPN}-${PV}.tar.bz2 \ | 12 | SRC_URI = "https://lttng.org/files/${BPN}/${BPN}-${PV}.tar.bz2" |
13 | file://Makefile-Do-not-fail-if-CONFIG_TRACEPOINTS-is-not-en.patch \ | 13 | # Use :append here so that the patch is applied also when using devupstream |
14 | " | 14 | SRC_URI:append = " file://0001-src-Kbuild-change-missing-CONFIG_TRACEPOINTS-to-warn.patch" |
15 | 15 | ||
16 | SRC_URI[sha256sum] = "5ebf2b3cd128b3a1c8afaea1e98d5a6f7f0676fd524fcf72361c34d9dc603356" | 16 | SRC_URI[sha256sum] = "5ebf2b3cd128b3a1c8afaea1e98d5a6f7f0676fd524fcf72361c34d9dc603356" |
17 | 17 | ||
@@ -34,9 +34,7 @@ python do_package:prepend() { | |||
34 | BBCLASSEXTEND = "devupstream:target" | 34 | BBCLASSEXTEND = "devupstream:target" |
35 | LIC_FILES_CHKSUM:class-devupstream = "file://LICENSE;md5=0464cff101a009c403cd2ed65d01d4c4" | 35 | LIC_FILES_CHKSUM:class-devupstream = "file://LICENSE;md5=0464cff101a009c403cd2ed65d01d4c4" |
36 | DEFAULT_PREFERENCE:class-devupstream = "-1" | 36 | DEFAULT_PREFERENCE:class-devupstream = "-1" |
37 | SRC_URI:class-devupstream = "git://git.lttng.org/lttng-modules;branch=stable-2.13 \ | 37 | SRC_URI:class-devupstream = "git://git.lttng.org/lttng-modules;branch=stable-2.13" |
38 | file://0001-src-Kbuild-change-missing-CONFIG_TRACEPOINTS-to-warn.patch \ | ||
39 | " | ||
40 | 38 | ||
41 | SRCREV:class-devupstream = "f982b51a98a29cb4aaf607cb9bbf2b509d8e6933" | 39 | SRCREV:class-devupstream = "f982b51a98a29cb4aaf607cb9bbf2b509d8e6933" |
42 | PV:class-devupstream = "2.13.0-rc2+git${SRCPV}" | 40 | PV:class-devupstream = "2.13.0-rc2+git${SRCPV}" |