[oe-commits] Tom Rini : poboxserver: Switch to patchdir rather than applying in do_configure

git version control git at git.openembedded.org
Thu Mar 31 17:25:19 UTC 2011


Module: openembedded.git
Branch: master
Commit: e846c30034639a59c2c311c53eca6bf3a3d0f590
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e846c30034639a59c2c311c53eca6bf3a3d0f590

Author: Tom Rini <tom_rini at mentor.com>
Date:   Thu Mar 31 10:09:36 2011 -0700

poboxserver: Switch to patchdir rather than applying in do_configure

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/poboxserver/poboxserver_1.2.5.bb |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/recipes/poboxserver/poboxserver_1.2.5.bb b/recipes/poboxserver/poboxserver_1.2.5.bb
index 4ff581d..2a6305e 100644
--- a/recipes/poboxserver/poboxserver_1.2.5.bb
+++ b/recipes/poboxserver/poboxserver_1.2.5.bb
@@ -8,7 +8,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/gakusei/pobox-${PV}.tar.bz2;name=archive \
            http://www.vanille.de/mirror/pbserver-${PV}.tar.gz;name=pbserver \
            file://OpenPOBox-1.25.diff \
            file://remove-local-includes.patch \
-           file://unicode.patch;apply=false \
+           file://unicode.patch;patchdir=${WORKDIR}/pbserver \
            file://pbserver.sh"
 
 S = "${WORKDIR}/OpenPOBox"
@@ -21,10 +21,6 @@ INITSCRIPT_PARAMS = "start 99 5 . stop 01 0 ."
 EXTRA_OECONF = "--enable-lookup"
 PARALLEL_MAKE = ""
 
-do_configure_prepend() {
-	(cd ${WORKDIR} ; patch -p0 -i unicode.patch)
-}
-
 do_compile() {
 	oe_runmake
 	cp ${S}/dict/data/fugodic ${WORKDIR}/pbserver/fugodic.txt





More information about the Openembedded-commits mailing list