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:
ec6d55d
)
imagemagick: don't call libtoolize for imagemagick, it doesn't work
author
Jeremy Laine
<jeremy.laine@m4x.org>
Fri, 13 Jun 2008 07:24:05 +0000
(07:24 +0000)
committer
Jeremy Laine
<jeremy.laine@m4x.org>
Fri, 13 Jun 2008 07:24:05 +0000
(07:24 +0000)
packages/imagemagick/imagemagick_6.3.5-10.bb
patch
|
blob
|
history
diff --git
a/packages/imagemagick/imagemagick_6.3.5-10.bb
b/packages/imagemagick/imagemagick_6.3.5-10.bb
index
5622980
..
c6e65d4
100644
(file)
--- a/
packages/imagemagick/imagemagick_6.3.5-10.bb
+++ b/
packages/imagemagick/imagemagick_6.3.5-10.bb
@@
-2,7
+2,7
@@
DESCRIPTION = "ImageMagick is an image convertion tools"
SECTION = "console/utils"
LICENSE = "GPL"
DEPENDS = "tiff"
-PR = "r
1
"
+PR = "r
2
"
SRC_URI = "ftp://ftp.nluug.nl/pub/ImageMagick/ImageMagick-${PV}.tar.bz2 \
file://PerlMagic_MakePatch;patch=1 \
@@
-15,6
+15,7
@@
S = "${WORKDIR}/ImageMagick-${IMVER}"
inherit autotools binconfig pkgconfig
+EXTRA_AUTORECONF += "--exclude=libtoolize"
EXTRA_OECONF = "--without-x --without-freetype --without-perl"
EXTRA_OECONF_openprotium = "--without-x --without-freetype --without-xml --without-perl"