From: Rod Whitby Date: Thu, 7 Feb 2008 00:28:46 +0000 (+0000) Subject: mtpaint: The configure script uses bashisms, so execute it using bash X-Git-Tag: Release-2010-05/1~7713^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe97c17e149bcdf3248ca245c9041379c48cece3;p=openembedded.git mtpaint: The configure script uses bashisms, so execute it using bash --- diff --git a/packages/mtpaint/mtpaint_3.02.bb b/packages/mtpaint/mtpaint_3.02.bb index 5add7e437f..fea8299534 100644 --- a/packages/mtpaint/mtpaint_3.02.bb +++ b/packages/mtpaint/mtpaint_3.02.bb @@ -2,11 +2,12 @@ DESCRIPTION = "mtPaint is a simple painting program" SECTION = "x11/graphics" DEPENDS = "gtk+ jpeg" HOMEPAGE = "http://mtpaint.sf.net" +PR = "r1" SRC_URI = "${SOURCEFORGE_MIRROR}/mtpaint/mtpaint-3.02.tar.bz2" do_configure() { - ./configure gtk2 + /bin/bash ./configure gtk2 cat > _conf.txt <