[oe-commits] Koen Kooi : abiword 2.8.0: band-aid packaging before overhauling it

git version control git at git.openembedded.org
Tue Nov 3 17:31:00 UTC 2009


Module: openembedded.git
Branch: rpurdie/work-in-progress
Commit: b2010b603e066e5a39667a83f4675c59ddf2efd8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b2010b603e066e5a39667a83f4675c59ddf2efd8

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Oct 29 22:52:01 2009 +0100

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(+), 0 deletions(-)

diff --git a/recipes/abiword/abiword-2.5.inc b/recipes/abiword/abiword-2.5.inc
index b577770..f4d654e 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 24e20a4..546e29c 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() {





More information about the Openembedded-commits mailing list