diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2012-06-23 21:15:34 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-06-25 09:06:43 +0200 |
commit | f900bd8be72ed5347abeba1b6636d476aa7061d8 (patch) | |
tree | e4e2549590a8e66f6733aa7e8f2af6dd8f044e4c /meta-gnome/recipes-gnome/abiword | |
parent | ba3173c5abeedb57409c0448b450d4bc30690188 (diff) | |
download | meta-openembedded-f900bd8be72ed5347abeba1b6636d476aa7061d8.tar.gz |
abiword: fix packaging after PACKAGES reorder
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-gnome/recipes-gnome/abiword')
-rw-r--r-- | meta-gnome/recipes-gnome/abiword/abiword-2.5.inc | 1 | ||||
-rw-r--r-- | meta-gnome/recipes-gnome/abiword/abiword_2.8.6.bb | 6 |
2 files changed, 5 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/abiword/abiword-2.5.inc b/meta-gnome/recipes-gnome/abiword/abiword-2.5.inc index 67a5ef4bf..9b5adcc74 100644 --- a/meta-gnome/recipes-gnome/abiword/abiword-2.5.inc +++ b/meta-gnome/recipes-gnome/abiword/abiword-2.5.inc | |||
@@ -55,6 +55,7 @@ do_configure() { | |||
55 | do_install_append() { | 55 | do_install_append() { |
56 | install -d ${D}${datadir}/pixmaps/ | 56 | install -d ${D}${datadir}/pixmaps/ |
57 | mv ${D}${datadir}/icons/* ${D}${datadir}/pixmaps/ | 57 | mv ${D}${datadir}/icons/* ${D}${datadir}/pixmaps/ |
58 | rmdir ${D}${datadir}/icons | ||
58 | } | 59 | } |
59 | 60 | ||
60 | PACKAGES += " abiword-clipart abiword-icons abiword-strings abiword-systemprofiles abiword-templates " | 61 | PACKAGES += " abiword-clipart abiword-icons abiword-strings abiword-systemprofiles abiword-templates " |
diff --git a/meta-gnome/recipes-gnome/abiword/abiword_2.8.6.bb b/meta-gnome/recipes-gnome/abiword/abiword_2.8.6.bb index 53a980eaa..ba0b97909 100644 --- a/meta-gnome/recipes-gnome/abiword/abiword_2.8.6.bb +++ b/meta-gnome/recipes-gnome/abiword/abiword_2.8.6.bb | |||
@@ -2,7 +2,7 @@ require abiword-2.5.inc | |||
2 | DEPENDS += " librsvg loudmouth libwmf-native gtkmathview asio" | 2 | DEPENDS += " librsvg loudmouth libwmf-native gtkmathview asio" |
3 | RCONFLICTS_${PN} = "abiword-embedded" | 3 | RCONFLICTS_${PN} = "abiword-embedded" |
4 | 4 | ||
5 | PR = "r3" | 5 | PR = "r4" |
6 | 6 | ||
7 | SRC_URI = "http://www.abisource.com/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz;name=abiword \ | 7 | SRC_URI = "http://www.abisource.com/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz;name=abiword \ |
8 | file://autogen-common.sh \ | 8 | file://autogen-common.sh \ |
@@ -58,6 +58,8 @@ python populate_packages_prepend () { | |||
58 | bb.data.setVar('PACKAGES', ' '.join(packages), d) | 58 | bb.data.setVar('PACKAGES', ' '.join(packages), d) |
59 | } | 59 | } |
60 | 60 | ||
61 | FILES_${PN}-dev += "${libdir}/abiword-${SHRT_VER}/plugins/*.la" | 61 | # don't steal /usr/lib/libabiword-2.8.so from ${PN} |
62 | # in this case it's needed in ${PN} | ||
63 | FILES_${PN}-dev = "${includedir} ${libdir}/pkgconfig ${libdir}/abiword*.la ${libdir}/abiword-${SHRT_VER}/plugins/*.la ${libdir}/libabiword*.la" | ||
62 | FILES_${PN}-dbg += "${libdir}/abiword-${SHRT_VER}/plugins/.debug" | 64 | FILES_${PN}-dbg += "${libdir}/abiword-${SHRT_VER}/plugins/.debug" |
63 | FILES_${PN}-doc += "${datadir}/abiword-*/readme*" | 65 | FILES_${PN}-doc += "${datadir}/abiword-*/readme*" |