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

git version control git at git.openembedded.org
Mon Apr 25 16:48:27 UTC 2011


Module: openembedded.git
Branch: 2011.03-maintenance
Commit: 1de6a0e800fa1548068b417e0e167101c08742db
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1de6a0e800fa1548068b417e0e167101c08742db

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>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 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