aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/qscintilla
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-03-31 10:09:52 -0700
committerKoen Kooi <koen@dominion.thruhere.net>2011-04-22 09:30:21 +0200
commit6c10010b44fc97c550e683acc56f08682091d417 (patch)
tree1c916647269930a1260c16446d578daa90312054 /recipes/qscintilla
parent1de6a0e800fa1548068b417e0e167101c08742db (diff)
downloadopenembedded-6c10010b44fc97c550e683acc56f08682091d417.tar.gz
qscintilla: Switch to patchdir rather than applying in do_configure
Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes/qscintilla')
-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}