diff options
| -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 48b3c10bed..34fc97d4ac 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 = " \ |
