[oe-commits] [openembedded-core] 26/31: xkeyboard-config: Drop explicit dep on virtual/gettext

git at git.openembedded.org git at git.openembedded.org
Thu May 25 23:00:16 UTC 2017


This is an automated email from the git hooks/post-receive script.

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

commit 0492eb8d781c49e29139d42973832593dd69cae5
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Tue May 23 16:47:43 2017 -0700

    xkeyboard-config: Drop explicit dep on virtual/gettext
    
    let gettext.bbclass provide the defaults they
    are good for it.
    What it needs it a dep on gettext-native for intltool-native
    which now intltool-native expresses correctly
    
    Helps compile when distros disable NLS
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-graphics/xorg-lib/xkeyboard-config_2.20.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.20.bb b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.20.bb
index d00904d..168b840 100644
--- a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.20.bb
+++ b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.20.bb
@@ -17,7 +17,7 @@ SRC_URI[md5sum] = "1f68886339116ae3877052204c9b9b88"
 SRC_URI[sha256sum] = "d1bfc72553c4e3ef1cd6f13eec0488cf940498b612ab8a0b362e7090c94bc134"
 
 SECTION = "x11/libs"
-DEPENDS = "intltool-native virtual/gettext util-macros libxslt-native"
+DEPENDS = "intltool-native util-macros libxslt-native"
 
 EXTRA_OECONF = "--with-xkb-rules-symlink=xorg --disable-runtime-deps"
 

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


More information about the Openembedded-commits mailing list