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

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.