[oe-commits] Khem Raj : gettext-native: Add virtual/libintl-native to PROVIDES list.

git version control git at git.openembedded.org
Sat Jun 5 15:28:21 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: f8f9419d7177642540d5af366fb6eb3cfedb9e5b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f8f9419d7177642540d5af366fb6eb3cfedb9e5b

Author: Khem Raj <raj.khem at gmail.com>
Date:   Sat Jun  5 08:26:09 2010 -0700

gettext-native: Add virtual/libintl-native to PROVIDES list.

* Some packages have DEPENDS on virtual/libintl which gets
  converted to virtual/libintl-native when they use BBCLASSEXTEND
  for their corresponding native packages.

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/gettext/gettext_0.17.bb |    4 ++--
 recipes/gettext/gettext_0.18.bb |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes/gettext/gettext_0.17.bb b/recipes/gettext/gettext_0.17.bb
index 9bd145d..0a8b6e8 100644
--- a/recipes/gettext/gettext_0.17.bb
+++ b/recipes/gettext/gettext_0.17.bb
@@ -2,11 +2,11 @@ DESCRIPTION = "The GNU internationalization library."
 HOMEPAGE = "http://www.gnu.org/software/gettext/gettext.html"
 SECTION = "libs"
 LICENSE = "GPLv3"
-PR = "r6"
+PR = "r7"
 DEPENDS = "gettext-native virtual/libiconv ncurses expat"
 DEPENDS_virtclass-native = "libxml2-native"
 PROVIDES = "virtual/libintl"
-PROVIDES_virtclass-native = ""
+PROVIDES_virtclass-native = "virtual/libintl-native"
 RCONFLICTS_gettext-libintl = "proxy-libintl"
 
 BBCLASSEXTEND = "native nativesdk"
diff --git a/recipes/gettext/gettext_0.18.bb b/recipes/gettext/gettext_0.18.bb
index 5e22b5a..98fabf9 100644
--- a/recipes/gettext/gettext_0.18.bb
+++ b/recipes/gettext/gettext_0.18.bb
@@ -2,11 +2,11 @@ DESCRIPTION = "The GNU internationalization library."
 HOMEPAGE = "http://www.gnu.org/software/gettext/gettext.html"
 SECTION = "libs"
 LICENSE = "GPLv3"
-PR = "r0"
+PR = "r1"
 DEPENDS = "gettext-native virtual/libiconv ncurses expat"
 DEPENDS_virtclass-native = "libxml2-native"
 PROVIDES = "virtual/libintl"
-PROVIDES_virtclass-native = ""
+PROVIDES_virtclass-native = "virtual/libintl-native"
 RCONFLICTS_gettext-libintl = "proxy-libintl"
 
 BBCLASSEXTEND = "native nativesdk"





More information about the Openembedded-commits mailing list