[oe-commits] Tom Rini : qscintilla: 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: 6c10010b44fc97c550e683acc56f08682091d417
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6c10010b44fc97c550e683acc56f08682091d417

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

qscintilla: 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/qscintilla/qscintilla_1.65-gpl-1.6.bb |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/recipes/qscintilla/qscintilla_1.65-gpl-1.6.bb b/recipes/qscintilla/qscintilla_1.65-gpl-1.6.bb
index a88bf37..1e1b3a4 100644
--- a/recipes/qscintilla/qscintilla_1.65-gpl-1.6.bb
+++ b/recipes/qscintilla/qscintilla_1.65-gpl-1.6.bb
@@ -4,7 +4,7 @@ LICENSE = "GPL"
 PR = "r1"
 
 SRC_URI = "http://www.mneuroth.de/privat/zaurus/qscintilla-${PV}_zaurus.tar.gz \
-           file://no-external-lexers.patch;apply=false"
+           file://no-external-lexers.patch;patchdir=..;striplevel=0"
 
 S = "${WORKDIR}/qscintilla-${PV}/qt"
 
@@ -22,10 +22,6 @@ EXTRA_QMAKEVARS_POST += "INCLUDEPATH+=${S}/patches \
 
 PARALLEL_MAKE = ""
 
-do_configure_prepend() {
-	(cd .. ; patch -p0 -i ${WORKDIR}/no-external-lexers.patch)
-}
-
 do_install() {
 	install -d ${D}${libdir} ${D}${includedir}
 	oe_libinstall -so libqscintilla ${D}${libdir}





More information about the Openembedded-commits mailing list