diff options
Diffstat (limited to 'sword')
-rw-r--r-- | sword/sword_1.5.7.oe | 6 |
1 files changed, 3 insertions, 3 deletions
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} |