mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
gettext: Add depends to gettext to avoid host contamination
[YOCTO #1242] (From OE-Core rev: aae5021101224344a2b1a3af5becf74291fbbfe5) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
51ff9bae5b
commit
a0abef4533
@@ -5,9 +5,9 @@ SECTION = "libs"
|
|||||||
LICENSE = "GPLv3"
|
LICENSE = "GPLv3"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||||
|
|
||||||
PR = "r1"
|
PR = "r2"
|
||||||
DEPENDS = "gettext-native virtual/libiconv ncurses expat"
|
DEPENDS = "libxml2-native gettext-native virtual/libiconv ncurses expat"
|
||||||
DEPENDS_virtclass-native = ""
|
DEPENDS_virtclass-native = "libxml2-native"
|
||||||
PROVIDES = "virtual/libintl virtual/gettext"
|
PROVIDES = "virtual/libintl virtual/gettext"
|
||||||
PROVIDES_virtclass-native = ""
|
PROVIDES_virtclass-native = ""
|
||||||
CONFLICTS_${PN} = "proxy-libintl"
|
CONFLICTS_${PN} = "proxy-libintl"
|
||||||
|
|||||||
Reference in New Issue
Block a user