From f8c46d2be1a9ae2bdcf00000198d35e84af73018 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sat, 1 May 2004 04:23:41 +0000 Subject: [PATCH] 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 --- elfutils/elfutils-0.89/warnings.patch | 0 elfutils/elfutils_0.89.oe | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 elfutils/elfutils-0.89/warnings.patch 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 -- 2.39.5