From 8bb91080742b2fa7c55c2416f694e8ada8a9394d Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 31 Mar 2011 10:09:52 -0700 Subject: qscintilla: Switch to patchdir rather than applying in do_configure Signed-off-by: Tom Rini Signed-off-by: Koen Kooi --- recipes/qscintilla/qscintilla_1.65-gpl-1.6.bb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'recipes') 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} -- cgit 1.2.3-korg