diff options
-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} |