aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-03-31 10:09:52 -0700
committerTom Rini <tom_rini@mentor.com>2011-03-31 10:22:32 -0700
commit6dd7fb87399ee62b7ee24769e815e9aea2fd4fae (patch)
treeb7ba7a9c08e69f88dac738d706cb496db190bf4b
parente846c30034639a59c2c311c53eca6bf3a3d0f590 (diff)
downloadopenembedded-6dd7fb87399ee62b7ee24769e815e9aea2fd4fae.tar.gz
qscintilla: Switch to patchdir rather than applying in do_configure
Signed-off-by: Tom Rini <tom_rini@mentor.com>
-rw-r--r--recipes/qscintilla/qscintilla_1.65-gpl-1.6.bb6
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 a88bf372b2..1e1b3a4f44 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}