aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/imagemagick/imagemagick_6.4.4-1.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-05-29 17:11:59 +0200
committerKoen Kooi <koen@openembedded.org>2009-05-29 17:11:59 +0200
commit6c483c934e89d389919dfe26890081b2d515b5f8 (patch)
treec2705cdf653295c5dbe28d30d3753e85573c0de6 /recipes/imagemagick/imagemagick_6.4.4-1.bb
parent644465cefaaedb2c40140c225d5e1f539931aeb1 (diff)
downloadopenembedded-6c483c934e89d389919dfe26890081b2d515b5f8.tar.gz
imagemagick: fix program-prefix to not include target-prefix
Diffstat (limited to 'recipes/imagemagick/imagemagick_6.4.4-1.bb')
-rw-r--r--recipes/imagemagick/imagemagick_6.4.4-1.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/imagemagick/imagemagick_6.4.4-1.bb b/recipes/imagemagick/imagemagick_6.4.4-1.bb
index 42bf1b8bb6..60dd6afd83 100644
--- a/recipes/imagemagick/imagemagick_6.4.4-1.bb
+++ b/recipes/imagemagick/imagemagick_6.4.4-1.bb
@@ -3,6 +3,8 @@ SECTION = "console/utils"
LICENSE = "GPL"
DEPENDS = "tiff"
+PR = "r1"
+
SRC_URI = "ftp://ftp.nluug.nl/pub/ImageMagick/ImageMagick-${PV}.tar.bz2 \
file://PerlMagic_MakePatch;patch=1 \
"
@@ -14,7 +16,7 @@ S = "${WORKDIR}/ImageMagick-${IMVER}"
inherit autotools binconfig pkgconfig
EXTRA_AUTORECONF += "--exclude=libtoolize"
-EXTRA_OECONF = "--without-x --without-freetype --without-perl --disable-openmp"
+EXTRA_OECONF = "--program-prefix= --without-x --without-freetype --without-perl --disable-openmp"
do_configure() {
gnu-configize