From: Phil Blundell Date: Thu, 29 Jul 2004 20:22:07 +0000 (+0000) Subject: Merge bk://openembedded@openembedded.bkbits.net/packages X-Git-Tag: Release-2010-05/1~17975 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a984159bf0476b6c2ec1d9efb0d7b7686b5992e5;p=openembedded.git Merge bk://openembedded@openembedded.bkbits.net/packages into workhouse.nexus.co.uk:/home/pb/oe/oe-packages 2004/07/29 21:21:11+01:00 nexus.co.uk!pb add libgmime, courtesy Wookey 2004/07/28 21:59:03+01:00 nexus.co.uk!pb Merge bk://openembedded@openembedded.bkbits.net/packages into workhouse.nexus.co.uk:/home/pb/oe/oe-packages 2004/07/28 09:55:29+01:00 nexus.co.uk!pb Merge bk://openembedded@openembedded.bkbits.net/packages into workhouse.nexus.co.uk:/home/pb/oe/oe-packages 2004/07/28 09:23:14+01:00 nexus.co.uk!pb apply patch from Peter Naulls to fix excessive path rewriting when TMPDIR is in a subdirectory of ${prefix} BKrev: 41095c6flXF2RxMiq3TPlyxYNzu1fw --- diff --git a/classes/pkgconfig.oeclass b/classes/pkgconfig.oeclass index 83f3a3d9f2..d791e626ec 100644 --- a/classes/pkgconfig.oeclass +++ b/classes/pkgconfig.oeclass @@ -6,11 +6,11 @@ def get_pkgconfig_mangle(d): import oe.data s = "-e ''" if not oe.data.inherits_class('native', d): - s += " -e 's:${libdir}:${STAGING_LIBDIR}:;'" - s += " -e 's:${includedir}:${STAGING_INCDIR}:;'" - s += " -e 's:${datadir}:${STAGING_DATADIR}:'" - s += " -e 's:${prefix}:${STAGING_LIBDIR}/..:'" - s += " -e 's:${exec_prefix}:${STAGING_LIBDIR}/..:'" + s += " -e 's:${libdir}$:${STAGING_LIBDIR}:;'" + s += " -e 's:${includedir}$:${STAGING_INCDIR}:;'" + s += " -e 's:${datadir}$:${STAGING_DATADIR}:'" + s += " -e 's:${prefix}$:${STAGING_LIBDIR}/..:'" + s += " -e 's:${exec_prefix}$:${STAGING_LIBDIR}/..:'" return s do_stage_append () { diff --git a/libgmime/libgmime/configure-ldflags-cross.patch b/libgmime/libgmime/configure-ldflags-cross.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/libgmime/libgmime/skip-iconv-detect.patch b/libgmime/libgmime/skip-iconv-detect.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/libgmime/libgmime_2.1.7.oe b/libgmime/libgmime_2.1.7.oe new file mode 100644 index 0000000000..e69de29bb2