From 0d2b60e2d657c17beb1242893a18707465843e01 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 26 Feb 2013 12:55:24 -0800 Subject: binutils: Delete recipes for 2.22 We have 2.23.1 as default now. (From OE-Core rev: a2f5a228422f9807fa21de88ad589853817695f8) Signed-off-by: Khem Raj Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- ...ils-uclibc-300-012_check_ldrunpath_length.patch | 49 ---------------------- 1 file changed, 49 deletions(-) delete mode 100644 meta/recipes-devtools/binutils/binutils/binutils-uclibc-300-012_check_ldrunpath_length.patch (limited to 'meta/recipes-devtools/binutils/binutils/binutils-uclibc-300-012_check_ldrunpath_length.patch') diff --git a/meta/recipes-devtools/binutils/binutils/binutils-uclibc-300-012_check_ldrunpath_length.patch b/meta/recipes-devtools/binutils/binutils/binutils-uclibc-300-012_check_ldrunpath_length.patch deleted file mode 100644 index d31f80cd3d..0000000000 --- a/meta/recipes-devtools/binutils/binutils/binutils-uclibc-300-012_check_ldrunpath_length.patch +++ /dev/null @@ -1,49 +0,0 @@ -#!/bin/sh -e -## 012_check_ldrunpath_length.dpatch by Chris Chimelis -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: Only generate an RPATH entry if LD_RUN_PATH is not empty, for -## DP: cases where -rpath isn't specified. (#151024) - -if [ $# -ne 1 ]; then - echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" - exit 1 -fi - -[ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts -patch_opts="${patch_opts:--f --no-backup-if-mismatch}" - -case "$1" in - -patch) patch $patch_opts -p1 < $0;; - -unpatch) patch $patch_opts -p1 -R < $0;; - *) - echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" - exit 1;; -esac - -exit 0 -Upstream-Status: Inappropriate [debian patch] - -@DPATCH@ -Index: binutils-2.22/ld/emultempl/elf32.em -=================================================================== ---- binutils-2.22.orig/ld/emultempl/elf32.em -+++ binutils-2.22/ld/emultempl/elf32.em -@@ -1273,6 +1273,8 @@ fragment <link_next) - if (bfd_get_flavour (abfd) == bfd_target_elf_flavour) -- cgit v1.2.3-54-g00ecf