[gnome-continuous-yocto/gnomeostree-3.28-rocko: 2174/8267] lttng-ust: Update 2.7.1 -> 2.8.1



commit 8f0ca9c0e301fc0ff5ddeffe5d9bde0d3c6acaed
Author: Richard Purdie <richard purdie linuxfoundation org>
Date:   Wed Aug 31 11:31:29 2016 +0100

    lttng-ust: Update 2.7.1 -> 2.8.1
    
    Drop aarch64_be patch which is now upstream.
    Update doc patch to apply to latest version.
    Disable man generation in configure options to match docs patch (for now).
    
    (From OE-Core rev: 338320be00101cb182c8ccdad162076e7c3d3dbc)
    
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 .../lttng-ust-add-support-for-aarch64_be.patch     |   17 -----------------
 .../lttng-ust/lttng-ust-doc-examples-disable.patch |    2 +-
 meta/recipes-kernel/lttng/lttng-ust_git.bb         |    9 +++++----
 3 files changed, 6 insertions(+), 22 deletions(-)
---
diff --git a/meta/recipes-kernel/lttng/lttng-ust/lttng-ust-doc-examples-disable.patch 
b/meta/recipes-kernel/lttng/lttng-ust/lttng-ust-doc-examples-disable.patch
index b68a989..caf0b8b 100644
--- a/meta/recipes-kernel/lttng/lttng-ust/lttng-ust-doc-examples-disable.patch
+++ b/meta/recipes-kernel/lttng/lttng-ust/lttng-ust-doc-examples-disable.patch
@@ -11,7 +11,7 @@ Index: doc/Makefile.am
 --- a/doc/Makefile.am
 +++ b/doc/Makefile.am
 @@ -1,4 +1,4 @@
--SUBDIRS = . examples
+-SUBDIRS = . man examples
 +SUBDIRS = .
  
  dist_man_MANS = man/lttng-gen-tp.1 \
diff --git a/meta/recipes-kernel/lttng/lttng-ust_git.bb b/meta/recipes-kernel/lttng/lttng-ust_git.bb
index f5a12b1..baff71f 100644
--- a/meta/recipes-kernel/lttng/lttng-ust_git.bb
+++ b/meta/recipes-kernel/lttng/lttng-ust_git.bb
@@ -18,15 +18,16 @@ RPROVIDES_${PN} = "lttng2-ust"
 RREPLACES_${PN} = "lttng2-ust"
 RCONFLICTS_${PN} = "lttng2-ust"
 
-SRCREV = "f89c1a3cf2b06a4970b9154c00ff6409870aefb5"
+SRCREV = "514a87f3b64181e384399935a5708a8f85b0cc83"
 PE = "2"
-PV = "2.7.1+git${SRCPV}"
+PV = "2.8.1+git${SRCPV}"
 
-SRC_URI = "git://git.lttng.org/lttng-ust.git;branch=stable-2.7 \
+SRC_URI = "git://git.lttng.org/lttng-ust.git;branch=stable-2.8 \
            file://lttng-ust-doc-examples-disable.patch \
-           file://lttng-ust-add-support-for-aarch64_be.patch \
           "
 
+EXTRA_OECONF += "--disable-man-pages"
+
 do_install_append() {
         # Patch python tools to use Python 3; they should be source compatible, but
         # still refer to Python 2 in the shebang


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]