All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] proxy-libintl: rprovide the gettext packages
@ 2013-08-07  5:39 Khem Raj
  2013-08-14  1:43 ` Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: Khem Raj @ 2013-08-07  5:39 UTC (permalink / raw)
  To: openembedded-devel

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



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

end of thread, other threads:[~2013-08-19  6:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-07  5:39 [meta-oe][PATCH] proxy-libintl: rprovide the gettext packages Khem Raj
2013-08-14  1:43 ` Khem Raj
2013-08-19  6:35   ` Martin Jansa
2013-08-19  6:38     ` Khem Raj

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.