diff mbox

[6/7] lttng-tools: Version 2.1.1 added

Message ID 0ffa14125c1b8bd3204e381e5034199e6914fae8.1361970483.git.kibo@prevas.dk
State Accepted
Delegated to: Esben Haabendal
Headers show

Commit Message

Kim Bøndergaard Feb. 27, 2013, 1:10 p.m. UTC
---
 recipes/lttng/lttng-tools-2.1.1/include-fix.patch | 11 +++++++++++
 recipes/lttng/lttng-tools_2.1.1.oe                | 21 +++++++++++++++++++++
 recipes/lttng/lttng-tools_2.1.1.oe.sig            |  1 +
 3 files changed, 33 insertions(+)
 create mode 100644 recipes/lttng/lttng-tools-2.1.1/include-fix.patch
 create mode 100644 recipes/lttng/lttng-tools_2.1.1.oe
 create mode 100644 recipes/lttng/lttng-tools_2.1.1.oe.sig

Comments

Esben Haabendal March 4, 2013, 11:40 a.m. UTC | #1
Kim Bøndergaard <kibo@prevas.dk> writes:

> ---
>  recipes/lttng/lttng-tools-2.1.1/include-fix.patch | 11 +++++++++++
>  recipes/lttng/lttng-tools_2.1.1.oe                | 21 +++++++++++++++++++++
>  recipes/lttng/lttng-tools_2.1.1.oe.sig            |  1 +
>  3 files changed, 33 insertions(+)
>  create mode 100644 recipes/lttng/lttng-tools-2.1.1/include-fix.patch
>  create mode 100644 recipes/lttng/lttng-tools_2.1.1.oe
>  create mode 100644 recipes/lttng/lttng-tools_2.1.1.oe.sig
>
> diff --git a/recipes/lttng/lttng-tools-2.1.1/include-fix.patch b/recipes/lttng/lttng-tools-2.1.1/include-fix.patch
> new file mode 100644
> index 0000000..9d624d7
> --- /dev/null
> +++ b/recipes/lttng/lttng-tools-2.1.1/include-fix.patch
> @@ -0,0 +1,11 @@
> +--- lttng-tools-2.1.1/configure.ac.orig	2013-02-04 10:06:56.183426571 +0000
> ++++ lttng-tools-2.1.1/configure.ac	2013-02-04 10:07:20.863921050 +0000
> +@@ -249,7 +249,7 @@
> + 
> + CFLAGS="-Wall $CFLAGS -g -fno-strict-aliasing"
> + 
> +-DEFAULT_INCLUDES="-I\$(top_srcdir) -I\$(top_builddir) -I\$(top_builddir)/src -I\$(top_builddir)/include -include config.h"
> ++DEFAULT_INCLUDES="-I\$(top_srcdir) -I\$(top_srcdir)/include -I\$(top_builddir) -I\$(top_builddir)/src -I\$(top_builddir)/include -include config.h"
> + 
> + lttngincludedir="${includedir}/lttng"
> + 
> diff --git a/recipes/lttng/lttng-tools_2.1.1.oe b/recipes/lttng/lttng-tools_2.1.1.oe
> new file mode 100644
> index 0000000..e70710b
> --- /dev/null
> +++ b/recipes/lttng/lttng-tools_2.1.1.oe
> @@ -0,0 +1,21 @@
> +require ${PN}.inc
> +
> +SRC_URI += "file://include-fix.patch"
> +
> +inherit auto-package-libs
> +AUTO_PACKAGE_LIBS = "lttngctl lttngconsumerd"
> +FILES_${PN}-liblttngctl-dev = "${includedir}/lttng/lttng.h"
> +FILES_${PN}-liblttngconsumerd-dev = "${includedir}/lttng/lttng-consumerd.h"
> +DEPENDS_${PN}-liblttngctl = "libpopt libpthread libc"
> +DEPENDS_${PN}-liblttngconsumerd = "libpopt libpthread libc"
> +
> +inherit auto-package-utils
> +AUTO_PACKAGE_UTILS = "lttng lttng-consumerd lttng-sessiond lttng-relayd"
> +RDEPENDS_${PN}-lttng = "liblttngctl libpopt libpthread libc"
> +RDEPENDS_${PN}-lttng-consumerd = "liblttngconsumerd libpopt libpthread libc"
> +RDEPENDS_${PN}-lttng-sessiond = "liblttngctl libpopt libpthread librt libc"
> +RDEPENDS_${PN}-lttng-relayd = "liblttngctl libpopt  libpthread librt libc"
> +RDEPENDS_${PN} += "${AUTO_PACKAGE_UTILS_PACKAGES}"
> +FILES_${PN}-lttng-consumerd = "${libdir}/lttng/libexec/lttng-consumerd \
> +				${libdir}/lttng/libexec/.debug/lttng-consumerd "
> +
> diff --git a/recipes/lttng/lttng-tools_2.1.1.oe.sig b/recipes/lttng/lttng-tools_2.1.1.oe.sig
> new file mode 100644
> index 0000000..3b8e101
> --- /dev/null
> +++ b/recipes/lttng/lttng-tools_2.1.1.oe.sig
> @@ -0,0 +1 @@
> +2061051f093a1660dd339e8c069dafff7ceb12aa  lttng-tools-2.1.1.tar.bz2

Merged to master, thanks.

/Esben
diff mbox

Patch

diff --git a/recipes/lttng/lttng-tools-2.1.1/include-fix.patch b/recipes/lttng/lttng-tools-2.1.1/include-fix.patch
new file mode 100644
index 0000000..9d624d7
--- /dev/null
+++ b/recipes/lttng/lttng-tools-2.1.1/include-fix.patch
@@ -0,0 +1,11 @@ 
+--- lttng-tools-2.1.1/configure.ac.orig	2013-02-04 10:06:56.183426571 +0000
++++ lttng-tools-2.1.1/configure.ac	2013-02-04 10:07:20.863921050 +0000
+@@ -249,7 +249,7 @@
+ 
+ CFLAGS="-Wall $CFLAGS -g -fno-strict-aliasing"
+ 
+-DEFAULT_INCLUDES="-I\$(top_srcdir) -I\$(top_builddir) -I\$(top_builddir)/src -I\$(top_builddir)/include -include config.h"
++DEFAULT_INCLUDES="-I\$(top_srcdir) -I\$(top_srcdir)/include -I\$(top_builddir) -I\$(top_builddir)/src -I\$(top_builddir)/include -include config.h"
+ 
+ lttngincludedir="${includedir}/lttng"
+ 
diff --git a/recipes/lttng/lttng-tools_2.1.1.oe b/recipes/lttng/lttng-tools_2.1.1.oe
new file mode 100644
index 0000000..e70710b
--- /dev/null
+++ b/recipes/lttng/lttng-tools_2.1.1.oe
@@ -0,0 +1,21 @@ 
+require ${PN}.inc
+
+SRC_URI += "file://include-fix.patch"
+
+inherit auto-package-libs
+AUTO_PACKAGE_LIBS = "lttngctl lttngconsumerd"
+FILES_${PN}-liblttngctl-dev = "${includedir}/lttng/lttng.h"
+FILES_${PN}-liblttngconsumerd-dev = "${includedir}/lttng/lttng-consumerd.h"
+DEPENDS_${PN}-liblttngctl = "libpopt libpthread libc"
+DEPENDS_${PN}-liblttngconsumerd = "libpopt libpthread libc"
+
+inherit auto-package-utils
+AUTO_PACKAGE_UTILS = "lttng lttng-consumerd lttng-sessiond lttng-relayd"
+RDEPENDS_${PN}-lttng = "liblttngctl libpopt libpthread libc"
+RDEPENDS_${PN}-lttng-consumerd = "liblttngconsumerd libpopt libpthread libc"
+RDEPENDS_${PN}-lttng-sessiond = "liblttngctl libpopt libpthread librt libc"
+RDEPENDS_${PN}-lttng-relayd = "liblttngctl libpopt  libpthread librt libc"
+RDEPENDS_${PN} += "${AUTO_PACKAGE_UTILS_PACKAGES}"
+FILES_${PN}-lttng-consumerd = "${libdir}/lttng/libexec/lttng-consumerd \
+				${libdir}/lttng/libexec/.debug/lttng-consumerd "
+
diff --git a/recipes/lttng/lttng-tools_2.1.1.oe.sig b/recipes/lttng/lttng-tools_2.1.1.oe.sig
new file mode 100644
index 0000000..3b8e101
--- /dev/null
+++ b/recipes/lttng/lttng-tools_2.1.1.oe.sig
@@ -0,0 +1 @@ 
+2061051f093a1660dd339e8c069dafff7ceb12aa  lttng-tools-2.1.1.tar.bz2