summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2020-09-21 21:27:55 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-23 20:54:03 +0100
commit6047096557976af9edd6ea977ed7cc8a4138482e (patch)
tree721416b0f276bdc92ed53f8e576659706a679629 /meta
parent19f919b33f06bddccdb922f1fd436f1df08b64df (diff)
downloadpoky-6047096557976af9edd6ea977ed7cc8a4138482e.tar.gz
gettext: no need to depend on bison-native
This was needed because of a backported patch, this patch was dropped in oe-core c9f8b48 but the removal of the dependency was missed. (From OE-Core rev: b20e7523359d5967fd72ac87f10f3091e15161b8) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/gettext/gettext_0.21.bb7
1 files changed, 2 insertions, 5 deletions
diff --git a/meta/recipes-core/gettext/gettext_0.21.bb b/meta/recipes-core/gettext/gettext_0.21.bb
index 54305623dd..3af77bb4c8 100644
--- a/meta/recipes-core/gettext/gettext_0.21.bb
+++ b/meta/recipes-core/gettext/gettext_0.21.bb
@@ -8,11 +8,8 @@ SECTION = "libs"
8LICENSE = "GPLv3+ & LGPL-2.1+" 8LICENSE = "GPLv3+ & LGPL-2.1+"
9LIC_FILES_CHKSUM = "file://COPYING;md5=c678957b0c8e964aa6c70fd77641a71e" 9LIC_FILES_CHKSUM = "file://COPYING;md5=c678957b0c8e964aa6c70fd77641a71e"
10 10
11# Because po-gram-gen.y has been modified by fix-CVE-2018-18751.patch, 11DEPENDS = "gettext-native virtual/libiconv"
12# it requires yacc which provided by bison-native 12DEPENDS_class-native = "gettext-minimal-native"
13# Please remove bison-native from DEPENDS* when next upgrade
14DEPENDS = "bison-native gettext-native virtual/libiconv"
15DEPENDS_class-native = "bison-native gettext-minimal-native"
16PROVIDES = "virtual/libintl virtual/gettext" 13PROVIDES = "virtual/libintl virtual/gettext"
17PROVIDES_class-native = "virtual/gettext-native" 14PROVIDES_class-native = "virtual/gettext-native"
18RCONFLICTS_${PN} = "proxy-libintl" 15RCONFLICTS_${PN} = "proxy-libintl"