diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2014-01-06 10:23:09 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-09 11:04:16 +0000 |
commit | c1891d482bc746e709e727bb4df2d7669c4e2bd1 (patch) | |
tree | b02e7834a93080ba9487e94cc0a1011b8df5f662 | |
parent | 14810468116cdf5568a9c6f6f664e458879eadc1 (diff) | |
download | poky-c1891d482bc746e709e727bb4df2d7669c4e2bd1.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: 2e72d04883c20018ae28c0ffde0a8466662648b2)
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/guile/guile_2.0.9.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/guile/guile_2.0.9.bb b/meta/recipes-devtools/guile/guile_2.0.9.bb index 0dd61ff2a2..d99e71000a 100644 --- a/meta/recipes-devtools/guile/guile_2.0.9.bb +++ b/meta/recipes-devtools/guile/guile_2.0.9.bb | |||
@@ -34,7 +34,7 @@ BBCLASSEXTEND = "native" | |||
34 | 34 | ||
35 | DEPENDS = "libunistring bdwgc gmp libtool libffi" | 35 | DEPENDS = "libunistring bdwgc gmp libtool libffi" |
36 | # add guile-native only to the target recipe's DEPENDS | 36 | # add guile-native only to the target recipe's DEPENDS |
37 | DEPENDS += "${@['guile-native libatomics-ops', ''][d.getVar('PN', True) != 'guile']}" | 37 | DEPENDS_append_class-target = " guile-native libatomics-ops" |
38 | 38 | ||
39 | RDEPENDS_${PN}_append_libc-glibc_class-target = "glibc-gconv-iso8859-1" | 39 | RDEPENDS_${PN}_append_libc-glibc_class-target = "glibc-gconv-iso8859-1" |
40 | 40 | ||