diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-07-19 19:19:25 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-07-19 19:19:25 +0000 |
commit | d5e0b815edce3b5b44ae70e17ce8c59040d9fa28 (patch) | |
tree | d5bb5593dd5e601b8542075fe8673f7aabf12766 | |
parent | 1f68db6814e42f2f160cad0d7ce8d5c6d2ee44f6 (diff) |
sword no longer needs clucene. patch courtesy drw
BKrev: 40fc1ebd-W6iW6CL8WFVkAUJ5MGvZQ
-rw-r--r-- | libopie/libopie2_cvs.oe | 2 | ||||
-rw-r--r-- | sword/sword_1.5.7.oe | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libopie/libopie2_cvs.oe b/libopie/libopie2_cvs.oe index f8a3dfea1a..8fe1b8b41d 100644 --- a/libopie/libopie2_cvs.oe +++ b/libopie/libopie2_cvs.oe @@ -1,4 +1,4 @@ -DESCRIPTION = "Base libraries for the Open Integrated Palmtop Environment" +DESCRIPTION = "Base libraries for the Open Palmtop Integrated Environment" HOMEPAGE = "http://opie.handhelds.org" SECTION = "opie/libs" PRIORITY = "optional" diff --git a/sword/sword_1.5.7.oe b/sword/sword_1.5.7.oe index 3eba7c649e..0533a8caee 100644 --- a/sword/sword_1.5.7.oe +++ b/sword/sword_1.5.7.oe @@ -2,14 +2,14 @@ DESCRIPTION = "The SWORD Project is an open source, cross-platform (Linux, Windo Bible software with a constantly growing list of front-ends (GUI, textmode, web-based, etc.) and a library of over 200 text modules" SECTION = "libs" PRIORITY = "optional" -DEPENDS = "clucene curl" -RDEPENDS = "clucene curl" -PR = "r3" +PR = "r4" SRC_URI = "http://www.crosswire.org/~dglassey/sword-1.5.7a.tar.gz" inherit autotools +EXTRA_OECONF = "--without-clucene" + do_stage() { oe_libinstall -so -C lib libsword ${STAGING_LIBDIR} |