All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][daisy][PATCHv] ltrace: add PV and PACKAGECONFIG for libunwind
@ 2014-08-10  8:59 Martin Jansa
  2014-08-11  0:15 ` Otavio Salvador
  2014-08-11  2:45 ` akuster808
  0 siblings, 2 replies; 3+ messages in thread
From: Martin Jansa @ 2014-08-10  8:59 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 .../ltrace/{ltrace-git => ltrace}/ltrace-0.7.2-unused-typedef.patch   | 0
 meta-oe/recipes-devtools/ltrace/ltrace_git.bb                         | 4 ++++
 2 files changed, 4 insertions(+)
 rename meta-oe/recipes-devtools/ltrace/{ltrace-git => ltrace}/ltrace-0.7.2-unused-typedef.patch (100%)

diff --git a/meta-oe/recipes-devtools/ltrace/ltrace-git/ltrace-0.7.2-unused-typedef.patch b/meta-oe/recipes-devtools/ltrace/ltrace/ltrace-0.7.2-unused-typedef.patch
similarity index 100%
rename from meta-oe/recipes-devtools/ltrace/ltrace-git/ltrace-0.7.2-unused-typedef.patch
rename to meta-oe/recipes-devtools/ltrace/ltrace/ltrace-0.7.2-unused-typedef.patch
diff --git a/meta-oe/recipes-devtools/ltrace/ltrace_git.bb b/meta-oe/recipes-devtools/ltrace/ltrace_git.bb
index 149af52..6476f97 100644
--- a/meta-oe/recipes-devtools/ltrace/ltrace_git.bb
+++ b/meta-oe/recipes-devtools/ltrace/ltrace_git.bb
@@ -9,6 +9,8 @@ HOMEPAGE = "http://ltrace.org/"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
 
+PE = "1"
+PV = "7.2+git${SRCPV}"
 SRCREV = "f44b28421979cec88d6d6a778fc27a8cd514f508"
 
 DEPENDS = "elfutils"
@@ -20,6 +22,8 @@ S = "${WORKDIR}/git"
 
 inherit autotools
 
+PACKAGECONFIG[unwind] = "--with-libunwind,--without-libunwind,libunwind"
+
 do_configure_prepend () {
 	./autogen.sh
 }
-- 
2.0.4



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [meta-oe][daisy][PATCHv] ltrace: add PV and PACKAGECONFIG for libunwind
  2014-08-10  8:59 [meta-oe][daisy][PATCHv] ltrace: add PV and PACKAGECONFIG for libunwind Martin Jansa
@ 2014-08-11  0:15 ` Otavio Salvador
  2014-08-11  2:45 ` akuster808
  1 sibling, 0 replies; 3+ messages in thread
From: Otavio Salvador @ 2014-08-11  0:15 UTC (permalink / raw)
  To: OpenEmbedded Devel List

On Sun, Aug 10, 2014 at 5:59 AM, Martin Jansa <martin.jansa@gmail.com> wrote:
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>

Acked-by: Otavio Salvador <otavio@ossystems.com.br>

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [meta-oe][daisy][PATCHv] ltrace: add PV and PACKAGECONFIG for libunwind
  2014-08-10  8:59 [meta-oe][daisy][PATCHv] ltrace: add PV and PACKAGECONFIG for libunwind Martin Jansa
  2014-08-11  0:15 ` Otavio Salvador
@ 2014-08-11  2:45 ` akuster808
  1 sibling, 0 replies; 3+ messages in thread
From: akuster808 @ 2014-08-11  2:45 UTC (permalink / raw)
  To: openembedded-devel



On 08/10/2014 01:59 AM, Martin Jansa wrote:
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>

Acked-by: Armin Kuster <akuster808@gmail.com>

> ---
>   .../ltrace/{ltrace-git => ltrace}/ltrace-0.7.2-unused-typedef.patch   | 0
>   meta-oe/recipes-devtools/ltrace/ltrace_git.bb                         | 4 ++++
>   2 files changed, 4 insertions(+)
>   rename meta-oe/recipes-devtools/ltrace/{ltrace-git => ltrace}/ltrace-0.7.2-unused-typedef.patch (100%)
>
> diff --git a/meta-oe/recipes-devtools/ltrace/ltrace-git/ltrace-0.7.2-unused-typedef.patch b/meta-oe/recipes-devtools/ltrace/ltrace/ltrace-0.7.2-unused-typedef.patch
> similarity index 100%
> rename from meta-oe/recipes-devtools/ltrace/ltrace-git/ltrace-0.7.2-unused-typedef.patch
> rename to meta-oe/recipes-devtools/ltrace/ltrace/ltrace-0.7.2-unused-typedef.patch
> diff --git a/meta-oe/recipes-devtools/ltrace/ltrace_git.bb b/meta-oe/recipes-devtools/ltrace/ltrace_git.bb
> index 149af52..6476f97 100644
> --- a/meta-oe/recipes-devtools/ltrace/ltrace_git.bb
> +++ b/meta-oe/recipes-devtools/ltrace/ltrace_git.bb
> @@ -9,6 +9,8 @@ HOMEPAGE = "http://ltrace.org/"
>   LICENSE = "GPLv2"
>   LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
>
> +PE = "1"
> +PV = "7.2+git${SRCPV}"
>   SRCREV = "f44b28421979cec88d6d6a778fc27a8cd514f508"
>
>   DEPENDS = "elfutils"
> @@ -20,6 +22,8 @@ S = "${WORKDIR}/git"
>
>   inherit autotools
>
> +PACKAGECONFIG[unwind] = "--with-libunwind,--without-libunwind,libunwind"
> +
>   do_configure_prepend () {
>   	./autogen.sh
>   }
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-08-11  2:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-10  8:59 [meta-oe][daisy][PATCHv] ltrace: add PV and PACKAGECONFIG for libunwind Martin Jansa
2014-08-11  0:15 ` Otavio Salvador
2014-08-11  2:45 ` akuster808

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.