summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2014-02-07 16:47:33 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-09 10:05:19 +0000
commit59e8d60e250d8dea3fd2fc48f42cf17cadbb3778 (patch)
treef4f5a5eac76bd42b26f59f81f00d9f5107f52dbe /meta
parent2555e58e56b5273adf8fb716eb3b28dcb69e686a (diff)
downloadpoky-59e8d60e250d8dea3fd2fc48f42cf17cadbb3778.tar.gz
guile: fix the depends for target recipes
The depenency on guild-native and libatomics-ops is missing in multilib build, fix the depends with class-target. (From OE-Core master rev: 88f1913f7cea54f0e4e1024ea506b5ce9faea96b) (From OE-Core rev: 1aeab422006c5e5b1bffa3fa05669fcb01d7ffdf) Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/guile/guile_2.0.7.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/guile/guile_2.0.7.bb b/meta/recipes-devtools/guile/guile_2.0.7.bb
index e7191a7fea..8274686eac 100644
--- a/meta/recipes-devtools/guile/guile_2.0.7.bb
+++ b/meta/recipes-devtools/guile/guile_2.0.7.bb
@@ -36,7 +36,7 @@ BBCLASSEXTEND = "native"
36 36
37DEPENDS = "libunistring bdwgc gmp libtool libffi" 37DEPENDS = "libunistring bdwgc gmp libtool libffi"
38# add guile-native only to the target recipe's DEPENDS 38# add guile-native only to the target recipe's DEPENDS
39DEPENDS += "${@['guile-native libatomics-ops', ''][d.getVar('PN', True) != 'guile']}" 39DEPENDS_append_class-target = " guile-native libatomics-ops"
40 40
41RDEPENDS_${PN}_append_libc-glibc_class-target = "glibc-gconv-iso8859-1" 41RDEPENDS_${PN}_append_libc-glibc_class-target = "glibc-gconv-iso8859-1"
42 42