* there is missing space in append, causing: ERROR: Nothing PROVIDES 'libexecinfoyasm-native' (but /home/jenkins/oe/world/shr-core/meta-browser/recipes-browser/chromium/chromium_62.0.3202.89.bb DEPENDS on or otherwise requires it)
Signed-off-by: Martin Jansa <[email protected]> --- recipes-browser/chromium/chromium_62.0.3202.89.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-browser/chromium/chromium_62.0.3202.89.bb b/recipes-browser/chromium/chromium_62.0.3202.89.bb index ca6c086..640c6fe 100644 --- a/recipes-browser/chromium/chromium_62.0.3202.89.bb +++ b/recipes-browser/chromium/chromium_62.0.3202.89.bb @@ -53,8 +53,8 @@ DEPENDS += " \ virtual/libgl \ " DEPENDS_append_libc-musl = " libexecinfo" -DEPENDS_append_x86 = "yasm-native" -DEPENDS_append_x86-64 = "yasm-native" +DEPENDS_append_x86 = " yasm-native" +DEPENDS_append_x86-64 = " yasm-native" # The wrapper script we use from upstream requires bash. RDEPENDS_${PN} = "bash" -- 2.7.4 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
