All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][daisy][PATCH] libmtp: inherit gettext
@ 2014-08-06 10:55 Shrikant Bobade
  2014-08-06 14:33 ` Martin Jansa
  0 siblings, 1 reply; 2+ messages in thread
From: Shrikant Bobade @ 2014-08-06 10:55 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Shrikant Bobade

From: Shrikant Bobade <Shrikant_Bobade@mentor.com>

This is required to fix autoreconf execution failure
: AM_ICONV,AC_LIB

Signed-off-by: Christopher Larson <kergoth@gmail.com>
Signed-off-by: Shrikant Bobade <Shrikant_Bobade@mentor.com>
---
 .../recipes-connectivity/libmtp/libmtp_1.1.5.bb    |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-connectivity/libmtp/libmtp_1.1.5.bb b/meta-oe/recipes-connectivity/libmtp/libmtp_1.1.5.bb
index f4ea800..6185217 100644
--- a/meta-oe/recipes-connectivity/libmtp/libmtp_1.1.5.bb
+++ b/meta-oe/recipes-connectivity/libmtp/libmtp_1.1.5.bb
@@ -33,7 +33,7 @@ skip_udev_rules_generation () {
 	cp ${WORKDIR}/69-libmtp.rules ${S}/
 }
 
-inherit autotools pkgconfig lib_package
+inherit autotools pkgconfig lib_package gettext
 
 EXTRA_OECONF += "--disable-rpath"
 
-- 
1.7.9.5



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

* Re: [meta-oe][daisy][PATCH] libmtp: inherit gettext
  2014-08-06 10:55 [meta-oe][daisy][PATCH] libmtp: inherit gettext Shrikant Bobade
@ 2014-08-06 14:33 ` Martin Jansa
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Jansa @ 2014-08-06 14:33 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Shrikant Bobade

[-- Attachment #1: Type: text/plain, Size: 1391 bytes --]

On Wed, Aug 06, 2014 at 04:25:22PM +0530, Shrikant Bobade wrote:
> From: Shrikant Bobade <Shrikant_Bobade@mentor.com>
> 
> This is required to fix autoreconf execution failure
> : AM_ICONV,AC_LIB

NAK: See meta-oe/master commit
74783ca1901aea31b79a762836a3595ffd1ad49b

which can be backported instead of this one.

> Signed-off-by: Christopher Larson <kergoth@gmail.com>
> Signed-off-by: Shrikant Bobade <Shrikant_Bobade@mentor.com>
> ---
>  .../recipes-connectivity/libmtp/libmtp_1.1.5.bb    |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-oe/recipes-connectivity/libmtp/libmtp_1.1.5.bb b/meta-oe/recipes-connectivity/libmtp/libmtp_1.1.5.bb
> index f4ea800..6185217 100644
> --- a/meta-oe/recipes-connectivity/libmtp/libmtp_1.1.5.bb
> +++ b/meta-oe/recipes-connectivity/libmtp/libmtp_1.1.5.bb
> @@ -33,7 +33,7 @@ skip_udev_rules_generation () {
>  	cp ${WORKDIR}/69-libmtp.rules ${S}/
>  }
>  
> -inherit autotools pkgconfig lib_package
> +inherit autotools pkgconfig lib_package gettext
>  
>  EXTRA_OECONF += "--disable-rpath"
>  
> -- 
> 1.7.9.5
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

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

end of thread, other threads:[~2014-08-06 14:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-06 10:55 [meta-oe][daisy][PATCH] libmtp: inherit gettext Shrikant Bobade
2014-08-06 14:33 ` Martin Jansa

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.