From: Marcin Juszkiewicz Date: Mon, 27 Sep 2004 19:17:40 +0000 (+0000) Subject: moved sword includes to sword/ directory X-Git-Tag: Release-2010-05/1~16859 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=438c62835ecf2cd882352d06c19a1cf79d8e5d33;p=openembedded.git moved sword includes to sword/ directory BKrev: 41586754yF3lmS1BVqwkWwjCjNZgzg --- diff --git a/opie-dagger/opie-dagger_cvs.oe b/opie-dagger/opie-dagger_cvs.oe index 96c85305ef..4d93c0debb 100644 --- a/opie-dagger/opie-dagger_cvs.oe +++ b/opie-dagger/opie-dagger_cvs.oe @@ -6,6 +6,7 @@ LICENSE = "GPL" DEPENDS = "libopiecore2 libopieui2 sword" PV = "1.1.6-cvs-${CVSDATE}" APPNAME = "dagger" +PR = "r1" SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/apps/dagger \ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics \ @@ -13,6 +14,9 @@ SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/apps/ S = "${WORKDIR}/${APPNAME}" +EXTRA_QMAKEVARS_POST="INCLUDEPATH+=${STAGING_INCDIR}/sword/" + + inherit opie # FILES plugins/application/libdagger.so* bin/dagger pics/dagger apps/Applications/dagger.desktop diff --git a/sword/sword_1.5.7.oe b/sword/sword_1.5.7.oe index 441e946d54..21a53cb0e8 100644 --- a/sword/sword_1.5.7.oe +++ b/sword/sword_1.5.7.oe @@ -2,7 +2,7 @@ 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" -PR = "r4" +PR = "r5" SRC_URI = "http://www.crosswire.org/~dglassey/sword-1.5.7a.tar.gz" @@ -13,10 +13,10 @@ EXTRA_OECONF = "--without-clucene --without-curl" do_stage() { oe_libinstall -so -C lib libsword ${STAGING_LIBDIR} - install -d ${STAGING_INCDIR}/ + install -d ${STAGING_INCDIR}/sword/ for f in include/*.h do - install -m 0644 $f ${STAGING_INCDIR}/ + install -m 0644 $f ${STAGING_INCDIR}/sword/ done }