diff options
author | Koen Kooi <koen@openembedded.org> | 2009-03-19 11:31:00 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-03-19 11:31:00 +0100 |
commit | 2612236bf6abf8ebd98fac5359f3b1b830404ed5 (patch) | |
tree | c256773e2d4d59c44b39b9d9988fa2d6aee1692c /recipes/abiword/abiword_2.6.8.bb | |
parent | f608c18453c4a9b39cd755f77c6652bbba741afb (diff) |
abiword: update to 2.6.8
Diffstat (limited to 'recipes/abiword/abiword_2.6.8.bb')
-rw-r--r-- | recipes/abiword/abiword_2.6.8.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/abiword/abiword_2.6.8.bb b/recipes/abiword/abiword_2.6.8.bb new file mode 100644 index 0000000000..d05fc77f70 --- /dev/null +++ b/recipes/abiword/abiword_2.6.8.bb @@ -0,0 +1,8 @@ +require abiword-2.5.inc + +RCONFLICTS = "abiword-embedded" + +FILES_${PN} += "${datadir}/mime-info" +FILES_abiword-strings += "${datadir}/abiword-${SHRT_VER}/strings" +FILES_abiword-systemprofiles += "${datadir}/abiword-${SHRT_VER}/system.profile*" + |