mirror of
https://git.yoctoproject.org/poky
synced 2026-09-20 03:49:32 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
19f919b33f
commit
6047096557
@@ -8,11 +8,8 @@ SECTION = "libs"
|
|||||||
LICENSE = "GPLv3+ & LGPL-2.1+"
|
LICENSE = "GPLv3+ & LGPL-2.1+"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=c678957b0c8e964aa6c70fd77641a71e"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=c678957b0c8e964aa6c70fd77641a71e"
|
||||||
|
|
||||||
# Because po-gram-gen.y has been modified by fix-CVE-2018-18751.patch,
|
DEPENDS = "gettext-native virtual/libiconv"
|
||||||
# it requires yacc which provided by bison-native
|
DEPENDS_class-native = "gettext-minimal-native"
|
||||||
# Please remove bison-native from DEPENDS* when next upgrade
|
|
||||||
DEPENDS = "bison-native gettext-native virtual/libiconv"
|
|
||||||
DEPENDS_class-native = "bison-native gettext-minimal-native"
|
|
||||||
PROVIDES = "virtual/libintl virtual/gettext"
|
PROVIDES = "virtual/libintl virtual/gettext"
|
||||||
PROVIDES_class-native = "virtual/gettext-native"
|
PROVIDES_class-native = "virtual/gettext-native"
|
||||||
RCONFLICTS_${PN} = "proxy-libintl"
|
RCONFLICTS_${PN} = "proxy-libintl"
|
||||||
|
|||||||
Reference in New Issue
Block a user