[oe-commits] Koen Kooi : imagemagick: fix program-prefix to not include target-prefix

git version control git at git.openembedded.org
Fri May 29 15:13:49 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 6c483c934e89d389919dfe26890081b2d515b5f8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6c483c934e89d389919dfe26890081b2d515b5f8

Author: Koen Kooi <koen at openembedded.org>
Date:   Fri May 29 17:11:59 2009 +0200

imagemagick: fix program-prefix to not include target-prefix

---

 recipes/imagemagick/imagemagick_6.4.4-1.bb |    4 +++-
 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 42bf1b8..60dd6af 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





More information about the Openembedded-commits mailing list