[oe-commits] [openembedded-core] 20/40: gettext: fix for low-version recipe

git at git.openembedded.org git at git.openembedded.org
Thu Jul 7 12:39:11 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit af8a9900797e3c5cc38431380da4f2a34b8383a7
Author: Chen Qi <Qi.Chen at windriver.com>
AuthorDate: Mon Jul 4 14:41:15 2016 +0800

    gettext: fix for low-version recipe
    
    Make gettext-native in 0.16.1 recipe provides virtual/gettext-native like
    what gettext-native in 0.19.6 recipe does. Otherwise we would fail to start
    to do a world build if gettext and gettext-native are set to the low version.
    Error message is like below.
    
      ERROR: Multiple versions of gettext-native are due to be built
    
    Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-core/gettext/gettext_0.16.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/gettext/gettext_0.16.1.bb b/meta/recipes-core/gettext/gettext_0.16.1.bb
index 6095c83..9998676 100644
--- a/meta/recipes-core/gettext/gettext_0.16.1.bb
+++ b/meta/recipes-core/gettext/gettext_0.16.1.bb
@@ -9,7 +9,7 @@ PR = "r6"
 DEPENDS = "virtual/libiconv"
 DEPENDS_class-native = ""
 PROVIDES = "virtual/libintl virtual/gettext"
-PROVIDES_class-native = ""
+PROVIDES_class-native = "virtual/gettext-native"
 
 SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \
            file://gettext-vpath.patch \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list