diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2012-09-16 18:48:13 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-09-20 10:02:45 +0200 |
commit | fc9386733a63fd7d3fc3a37a774d6b17da8efa3c (patch) | |
tree | 726c2b129a647ecca79067d9cebb5bdad1ef9bc8 /meta-gnome/recipes-gnome/abiword | |
parent | 0de90ae3fae0a389f6587bcf79983eb771a1ce31 (diff) | |
download | meta-openembedded-fc9386733a63fd7d3fc3a37a774d6b17da8efa3c.tar.gz |
recipes: bump PR to rebuild after libffi5 -> libffi6
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.8.6.bb | 2 |
1 files changed, 1 insertions, 1 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 75c10aeb0..8c3aab455 100644 --- a/meta-gnome/recipes-gnome/abiword/abiword_2.8.6.bb +++ b/meta-gnome/recipes-gnome/abiword/abiword_2.8.6.bb | |||
@@ -23,7 +23,7 @@ SRC_URI[sha256sum] = "d99089a63a6cfc1a6a4a026be9278028d47d224088d24b1853acb67e95 | |||
23 | #want 2.x from 2.x.y for the installation directory | 23 | #want 2.x from 2.x.y for the installation directory |
24 | SHRT_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}" | 24 | SHRT_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}" |
25 | 25 | ||
26 | PR = "r6" | 26 | PR = "r7" |
27 | 27 | ||
28 | inherit autotools pkgconfig | 28 | inherit autotools pkgconfig |
29 | 29 | ||