From: Chris Larson Date: Wed, 4 Feb 2004 00:24:40 +0000 (+0000) Subject: Merge bk://openembedded.bkbits.net/packages X-Git-Tag: Release-2010-05/1~20176 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4e10274b0ea81d3c1acdda247d1cd38b6c70935;p=openembedded.git Merge bk://openembedded.bkbits.net/packages into linux.local:/home/kergoth/code/packages 2004/02/03 14:43:47-05:00 local!kergoth Merge bk://openembedded.bkbits.net/packages into linux.local:/home/kergoth/code/packages 2004/02/03 11:00:23-06:00 tuxnami.org!kergoth Remove unnecessary CC var set in jpeg build. BKrev: 40203bc8LqgVnTV1Dy-fjoJ4RkIw_g --- diff --git a/jpeg/jpeg_6b.oe b/jpeg/jpeg_6b.oe index 860eff1e48..abc9900624 100644 --- a/jpeg/jpeg_6b.oe +++ b/jpeg/jpeg_6b.oe @@ -14,8 +14,6 @@ EXTRA_OECONF="--enable-static --enable-shared" CFLAGS_append = " -D_REENTRANT" -CC = ${TARGET_ARCH}-${TARGET_OS}-gcc - do_stage() { install -m 644 -D jconfig.h ${STAGING_DIR}/target/include/jconfig.h install -m 644 -D jpeglib.h ${STAGING_DIR}/target/include/jpeglib.h