[oe-commits] [openembedded-core] 03/11: bison: remove pointless gettext-minimal-native DEPENDS

git at git.openembedded.org git at git.openembedded.org
Tue Jan 9 11:46:36 UTC 2018


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

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

commit ab49d1c03ba3e473a0da6a800d00b2ceba8e855a
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Mon Jan 8 11:08:44 2018 +0000

    bison: remove pointless gettext-minimal-native DEPENDS
    
    In native builds USE_NLS is set to 'no' so the gettext class will handle adding
    gettext-minimal-native to DEPENDS.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-devtools/bison/bison_3.0.4.bb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/recipes-devtools/bison/bison_3.0.4.bb b/meta/recipes-devtools/bison/bison_3.0.4.bb
index e5ac567..58728f5 100644
--- a/meta/recipes-devtools/bison/bison_3.0.4.bb
+++ b/meta/recipes-devtools/bison/bison_3.0.4.bb
@@ -22,8 +22,6 @@ EXTRA_OECONF += "M4=m4"
 SRC_URI[md5sum] = "c342201de104cc9ce0a21e0ad10d4021"
 SRC_URI[sha256sum] = "a72428c7917bdf9fa93cb8181c971b6e22834125848cf1d03ce10b1bb0716fe1"
 
-DEPENDS_class-native = "gettext-minimal-native"
-
 inherit autotools gettext texinfo
 
 # The automatic m4 path detection gets confused, so force the right value

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


More information about the Openembedded-commits mailing list