diff options
author | Koen Kooi <koen@openembedded.org> | 2008-06-04 12:24:07 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-06-04 12:24:07 +0000 |
commit | 2d0ed5c61d9bb342721c32c220ff2b4b53452446 (patch) | |
tree | aaa9c3a436cce3ffda1804c968153e30f1e02195 /packages | |
parent | fd87250b243d8dcbf966fd791681fb6fd8af4bbe (diff) |
abiword 2.6.3: tweak packaging
Diffstat (limited to 'packages')
-rw-r--r-- | packages/abiword/abiword_2.6.3.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/abiword/abiword_2.6.3.bb b/packages/abiword/abiword_2.6.3.bb index e2db4a09cb..fe6399226f 100644 --- a/packages/abiword/abiword_2.6.3.bb +++ b/packages/abiword/abiword_2.6.3.bb @@ -1,3 +1,10 @@ require abiword-2.5.inc +PR = "r1" + 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*" + |