From: Khem Raj <raj.khem@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-oe][PATCH] proxy-libintl: rprovide the gettext packages
Date: Tue, 6 Aug 2013 22:39:06 -0700 [thread overview]
Message-ID: <1375853946-4583-1-git-send-email-raj.khem@gmail.com> (raw)
This helps in stubbing out gettext when proxy-libintl is chosen
usually on small/uclibc based images
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
.../proxy-libintl/proxy-libintl_20100902.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-oe/recipes-core/proxy-libintl/proxy-libintl_20100902.bb b/meta-oe/recipes-core/proxy-libintl/proxy-libintl_20100902.bb
index e1531dd..0c652b6 100644
--- a/meta-oe/recipes-core/proxy-libintl/proxy-libintl_20100902.bb
+++ b/meta-oe/recipes-core/proxy-libintl/proxy-libintl_20100902.bb
@@ -6,6 +6,8 @@ LIC_FILES_CHKSUM = "file://src/proxy-libintl/COPYING.LIB.txt;md5=bc400bc21422f9a
PR = "r1"
PROVIDES = "virtual/libintl virtual/gettext"
+RPROVIDES_${PN} += "gettext"
+RPROVIDES_${PN}-dev += "gettext-dev"
SRC_URI = " \
http://ftp.gnome.org/pub/GNOME/binaries/win32/dependencies/${PN}-dev_${PV}_win32.zip \
--
1.7.9.5
next reply other threads:[~2013-08-07 5:39 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-07 5:39 Khem Raj [this message]
2013-08-14 1:43 ` [meta-oe][PATCH] proxy-libintl: rprovide the gettext packages Khem Raj
2013-08-19 6:35 ` Martin Jansa
2013-08-19 6:38 ` Khem Raj
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=1375853946-4583-1-git-send-email-raj.khem@gmail.com \
--to=raj.khem@gmail.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.