git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d59865d
)
mtpaint: The configure script uses bashisms, so execute it using bash
author
Rod Whitby
<rod@whitby.id.au>
Thu, 7 Feb 2008 00:28:46 +0000
(
00:28
+0000)
committer
Rod Whitby
<rod@whitby.id.au>
Thu, 7 Feb 2008 00:28:46 +0000
(
00:28
+0000)
packages/mtpaint/mtpaint_3.02.bb
patch
|
blob
|
history
diff --git
a/packages/mtpaint/mtpaint_3.02.bb
b/packages/mtpaint/mtpaint_3.02.bb
index
5add7e4
..
fea8299
100644
(file)
--- 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 <<EOF
CC = ${CC}
MT_VERSION=mtPaint 3.02