From b2010b603e066e5a39667a83f4675c59ddf2efd8 Mon Sep 17 00:00:00 2001
From: Koen Kooi <koen@openembedded.org>
Date: Thu, 29 Oct 2009 22:52:01 +0100
Subject: abiword 2.8.0: band-aid packaging before overhauling it

---
 recipes/abiword/abiword-2.5.inc  | 3 +++
 recipes/abiword/abiword_2.8.0.bb | 2 ++
 2 files changed, 5 insertions(+)

diff --git a/recipes/abiword/abiword-2.5.inc b/recipes/abiword/abiword-2.5.inc
index b577770513..f4d654ea4c 100644
--- a/recipes/abiword/abiword-2.5.inc
+++ b/recipes/abiword/abiword-2.5.inc
@@ -54,6 +54,9 @@ do_install_append() {
 
 PACKAGES += " abiword-clipart abiword-icons abiword-strings abiword-systemprofiles abiword-templates "
 
+ALLOW_EMPTY_abiword-clipart = "1"
+ALLOW_EMPTY_abiword-icons = "1"
+
 FILES_abiword-clipart 		+= "${datadir}/abiword-${SHRT_VER}/clipart"
 FILES_abiword-icons 		+= "${datadir}/abiword-${SHRT_VER}/icons"
 FILES_abiword-strings 		+= "${datadir}/abiword-${SHRT_VER}/AbiWord/strings"
diff --git a/recipes/abiword/abiword_2.8.0.bb b/recipes/abiword/abiword_2.8.0.bb
index 24e20a4e55..546e29cd64 100644
--- a/recipes/abiword/abiword_2.8.0.bb
+++ b/recipes/abiword/abiword_2.8.0.bb
@@ -1,5 +1,7 @@
 require abiword-2.5.inc
 
+PR = "r1"
+
 SRC_URI = "http://www.abisource.com/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz"
 
 do_configure() {
-- 
cgit v1.2.3