summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/bison
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-01-08 11:08:44 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-11 10:26:06 +0000
commit422115416b9b8f958cf60c0d38cef026ac707850 (patch)
treef39e4617fde15da8d7a16cd09dd0444b58e27498 /meta/recipes-devtools/bison
parent4dd6f5f5bfd8b4d3740ae56e88af6464d06ed0fa (diff)
downloadpoky-422115416b9b8f958cf60c0d38cef026ac707850.tar.gz
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. (From OE-Core rev: ab49d1c03ba3e473a0da6a800d00b2ceba8e855a) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/bison')
-rw-r--r--meta/recipes-devtools/bison/bison_3.0.4.bb2
1 files changed, 0 insertions, 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 e5ac5672f8..58728f5021 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"
22SRC_URI[md5sum] = "c342201de104cc9ce0a21e0ad10d4021" 22SRC_URI[md5sum] = "c342201de104cc9ce0a21e0ad10d4021"
23SRC_URI[sha256sum] = "a72428c7917bdf9fa93cb8181c971b6e22834125848cf1d03ce10b1bb0716fe1" 23SRC_URI[sha256sum] = "a72428c7917bdf9fa93cb8181c971b6e22834125848cf1d03ce10b1bb0716fe1"
24 24
25DEPENDS_class-native = "gettext-minimal-native"
26
27inherit autotools gettext texinfo 25inherit autotools gettext texinfo
28 26
29# The automatic m4 path detection gets confused, so force the right value 27# The automatic m4 path detection gets confused, so force the right value