diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-22 17:56:43 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-23 09:32:56 +0100 |
| commit | 28c25eb268b4f40a2c16a249d7a9fb7d8a94909a (patch) | |
| tree | 47b35a6b363a1667325c82c58f35205126f4d78b /meta-gnome/recipes-gnome/abiword/abiword_2.8.6.bb | |
| parent | 44eea8e0790ca6a2d19ab372aa4eb2b74dad2602 (diff) | |
| download | meta-openembedded-28c25eb268b4f40a2c16a249d7a9fb7d8a94909a.tar.gz | |
abiword: fix build with libpng-1.5 from oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/abiword/abiword_2.8.6.bb')
| -rw-r--r-- | meta-gnome/recipes-gnome/abiword/abiword_2.8.6.bb | 6 |
1 files changed, 4 insertions, 2 deletions
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 c4bf3448d5..a2cd1cc169 100644 --- a/meta-gnome/recipes-gnome/abiword/abiword_2.8.6.bb +++ b/meta-gnome/recipes-gnome/abiword/abiword_2.8.6.bb | |||
| @@ -13,7 +13,9 @@ SRC_URI = "http://www.abisource.com/downloads/${BPN}/${PV}/source/${BP}.tar.gz \ | |||
| 13 | file://autogen-common.sh \ | 13 | file://autogen-common.sh \ |
| 14 | file://nodolt.patch \ | 14 | file://nodolt.patch \ |
| 15 | file://fix.no.undefined.param.patch \ | 15 | file://fix.no.undefined.param.patch \ |
| 16 | file://abiword.fix.glib-2.32.patch" | 16 | file://abiword.fix.glib-2.32.patch \ |
| 17 | file://libpng15.patch \ | ||
| 18 | " | ||
| 17 | 19 | ||
| 18 | LIC_FILES_CHKSUM = "file://COPYING;md5=ecd3ac329fca77e2d0e412bec38e1c20" | 20 | LIC_FILES_CHKSUM = "file://COPYING;md5=ecd3ac329fca77e2d0e412bec38e1c20" |
| 19 | 21 | ||
| @@ -23,7 +25,7 @@ SRC_URI[sha256sum] = "d99089a63a6cfc1a6a4a026be9278028d47d224088d24b1853acb67e95 | |||
| 23 | #want 2.x from 2.x.y for the installation directory | 25 | #want 2.x from 2.x.y for the installation directory |
| 24 | SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}" | 26 | SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}" |
| 25 | 27 | ||
| 26 | PR = "r7" | 28 | PR = "r8" |
| 27 | 29 | ||
| 28 | inherit autotools pkgconfig | 30 | inherit autotools pkgconfig |
| 29 | 31 | ||
