]> code.ossystems Code Review - openembedded-core.git/commitdiff
bison: remove pointless gettext-minimal-native DEPENDS
authorRoss Burton <ross.burton@intel.com>
Mon, 8 Jan 2018 11:08:44 +0000 (11:08 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 9 Jan 2018 11:45:20 +0000 (11:45 +0000)
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@intel.com>
meta/recipes-devtools/bison/bison_3.0.4.bb

index e5ac5672f86caa0d99ffcee69f7d8e480c1182cb..58728f5021f8b19062bd52bd26af2e7430eefe29 100644 (file)
@@ -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