From: Chris Larson Date: Sat, 1 May 2004 04:23:41 +0000 (+0000) Subject: Apply patch to elfutils to allow us to override -Wall -Werror. This is necessary... X-Git-Tag: Release-2010-05/1~19428 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8c46d2be1a9ae2bdcf00000198d35e84af73018;p=openembedded.git Apply patch to elfutils to allow us to override -Wall -Werror. This is necessary due to new deprecated behavior warnings from gcc 3.4.0. BKrev: 4093264d0i6HNBHY7BcDt0iyc15WQA --- diff --git a/elfutils/elfutils-0.89/warnings.patch b/elfutils/elfutils-0.89/warnings.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/elfutils/elfutils_0.89.oe b/elfutils/elfutils_0.89.oe index 436c50b5f0..1dacfcb29d 100644 --- a/elfutils/elfutils_0.89.oe +++ b/elfutils/elfutils_0.89.oe @@ -2,7 +2,8 @@ DEPENDS = "virtual/libc" LICENSE = "OSL" DESCRIPTION = "A collection of utilities and DSOs to handle compiled objects." -SRC_URI = "http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles/elfutils-${PV}.tar.gz" +SRC_URI = "http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles/elfutils-${PV}.tar.gz \ + file://${FILESDIR}/warnings.patch;patch=1" inherit autotools