All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shrikant Bobade <bobadeshrikant@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: Shrikant Bobade <Shrikant_Bobade@mentor.com>
Subject: [meta-oe][daisy][PATCH] libmtp: inherit gettext
Date: Wed,  6 Aug 2014 16:25:22 +0530	[thread overview]
Message-ID: <1407322522-6572-1-git-send-email-bobadeshrikant@gmail.com> (raw)

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



             reply	other threads:[~2014-08-06 10:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-06 10:55 Shrikant Bobade [this message]
2014-08-06 14:33 ` [meta-oe][daisy][PATCH] libmtp: inherit gettext Martin Jansa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1407322522-6572-1-git-send-email-bobadeshrikant@gmail.com \
    --to=bobadeshrikant@gmail.com \
    --cc=Shrikant_Bobade@mentor.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.