diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-03-22 11:45:24 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-03-31 13:26:01 +0200 |
commit | 1b22caf4fa4f20c8e31772eef718d76cfada0c3c (patch) | |
tree | b1589124980cb61265927029b7df223868584daa | |
parent | 7f97463547f9e359030264322fd7887f9ee4444d (diff) | |
download | meta-openembedded-1b22caf4fa4f20c8e31772eef718d76cfada0c3c.tar.gz |
abiword: Mark gconv dependencies only for glibc
glibc-gconv-* packages are specific to glibc
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-gnome/recipes-gnome/abiword/abiword_3.0.1.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/abiword/abiword_3.0.1.bb b/meta-gnome/recipes-gnome/abiword/abiword_3.0.1.bb index 48b3c10be..34fc97d4a 100644 --- a/meta-gnome/recipes-gnome/abiword/abiword_3.0.1.bb +++ b/meta-gnome/recipes-gnome/abiword/abiword_3.0.1.bb | |||
@@ -19,8 +19,10 @@ DEPENDS = " \ | |||
19 | libxslt \ | 19 | libxslt \ |
20 | ${@bb.utils.contains('BBFILE_COLLECTIONS', 'office-layer', 'redland rasqal', '', d)} \ | 20 | ${@bb.utils.contains('BBFILE_COLLECTIONS', 'office-layer', 'redland rasqal', '', d)} \ |
21 | " | 21 | " |
22 | RDEPENDS_${PN} = "glibc-gconv-ibm850 glibc-gconv-cp1252 \ | 22 | RDEPENDS_${PN}_append_libc-glibc = " \ |
23 | glibc-gconv-iso8859-15 glibc-gconv-iso8859-1" | 23 | glibc-gconv-ibm850 glibc-gconv-cp1252 \ |
24 | glibc-gconv-iso8859-15 glibc-gconv-iso8859-1 \ | ||
25 | " | ||
24 | RCONFLICTS_${PN} = "${PN}-embedded" | 26 | RCONFLICTS_${PN} = "${PN}-embedded" |
25 | 27 | ||
26 | SRC_URI = " \ | 28 | SRC_URI = " \ |