[oe] [meta-browser][PATCH] chromium: fix DEPENDS

Martin Jansa martin.jansa at gmail.com
Wed Nov 15 12:43:34 UTC 2017


* 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 <Martin.Jansa at gmail.com>
---
 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




More information about the Openembedded-devel mailing list