diff options
Diffstat (limited to 'meta/packages/lttng')
-rw-r--r-- | meta/packages/lttng/lttng-control-0.43/build_fix.patch | 16 | ||||
-rw-r--r-- | meta/packages/lttng/lttng-control-0.43/dynticks.patch (renamed from meta/packages/lttng/lttng-control-0.42/dynticks.patch) | 0 | ||||
-rw-r--r-- | meta/packages/lttng/lttng-control_0.43.bb (renamed from meta/packages/lttng/lttng-control_0.42.bb) | 5 |
3 files changed, 19 insertions, 2 deletions
diff --git a/meta/packages/lttng/lttng-control-0.43/build_fix.patch b/meta/packages/lttng/lttng-control-0.43/build_fix.patch new file mode 100644 index 0000000000..58e3d906e6 --- /dev/null +++ b/meta/packages/lttng/lttng-control-0.43/build_fix.patch | |||
@@ -0,0 +1,16 @@ | |||
1 | --- | ||
2 | facilities/Makefile.am | 1 - | ||
3 | 1 file changed, 1 deletion(-) | ||
4 | |||
5 | Index: ltt-control-0.43-10082007/facilities/Makefile.am | ||
6 | =================================================================== | ||
7 | --- ltt-control-0.43-10082007.orig/facilities/Makefile.am 2007-08-24 17:30:56.000000000 +0100 | ||
8 | +++ ltt-control-0.43-10082007/facilities/Makefile.am 2007-08-24 17:31:07.000000000 +0100 | ||
9 | @@ -43,7 +43,6 @@ stack_arch_x86_64.xml \ | ||
10 | list.xml \ | ||
11 | user_generic.xml \ | ||
12 | xen.xml \ | ||
13 | -compact.xml \ | ||
14 | block.xml | ||
15 | |||
16 | |||
diff --git a/meta/packages/lttng/lttng-control-0.42/dynticks.patch b/meta/packages/lttng/lttng-control-0.43/dynticks.patch index c9bf2e9be7..c9bf2e9be7 100644 --- a/meta/packages/lttng/lttng-control-0.42/dynticks.patch +++ b/meta/packages/lttng/lttng-control-0.43/dynticks.patch | |||
diff --git a/meta/packages/lttng/lttng-control_0.42.bb b/meta/packages/lttng/lttng-control_0.43.bb index 0525f23ffa..8999dc2de1 100644 --- a/meta/packages/lttng/lttng-control_0.42.bb +++ b/meta/packages/lttng/lttng-control_0.43.bb | |||
@@ -4,10 +4,11 @@ extract program execution details from the Linux operating system and \ | |||
4 | interpret them." | 4 | interpret them." |
5 | LICENSE = "GPL" | 5 | LICENSE = "GPL" |
6 | 6 | ||
7 | SRC_URI = "http://ltt.polymtl.ca/lttng/ltt-control-${PV}-16072007.tar.gz \ | 7 | SRC_URI = "http://ltt.polymtl.ca/lttng/ltt-control-${PV}-10082007.tar.gz \ |
8 | file://build_fix.patch;patch=1 \ | ||
8 | file://dynticks.patch;patch=1" | 9 | file://dynticks.patch;patch=1" |
9 | 10 | ||
10 | S = "${WORKDIR}/ltt-control-${PV}-16072007" | 11 | S = "${WORKDIR}/ltt-control-${PV}-10082007" |
11 | 12 | ||
12 | inherit autotools | 13 | inherit autotools |
13 | 14 | ||