From patchwork Thu Aug 28 12:21:34 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gregory CLEMENT X-Patchwork-Id: 383817 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 06D0F1400A0 for ; Thu, 28 Aug 2014 22:22:04 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 8FFE432DDE; Thu, 28 Aug 2014 12:21:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 83emnZzn4zfb; Thu, 28 Aug 2014 12:21:55 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 6AF7032DDB; Thu, 28 Aug 2014 12:21:49 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 3C2621C2821 for ; Thu, 28 Aug 2014 12:21:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 3397E95733 for ; Thu, 28 Aug 2014 12:21:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aawfzshZCDrY for ; Thu, 28 Aug 2014 12:21:42 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail.free-electrons.com (top.free-electrons.com [176.31.233.9]) by fraxinus.osuosl.org (Postfix) with ESMTP id 92B78892D5 for ; Thu, 28 Aug 2014 12:21:42 +0000 (UTC) Received: by mail.free-electrons.com (Postfix, from userid 106) id AB79859A; Thu, 28 Aug 2014 14:21:45 +0200 (CEST) Received: from localhost (tra42-5-83-152-246-54.fbx.proxad.net [83.152.246.54]) by mail.free-electrons.com (Postfix) with ESMTPSA id 3EFA49C; Thu, 28 Aug 2014 14:21:45 +0200 (CEST) From: Gregory CLEMENT To: buildroot@buildroot.org Date: Thu, 28 Aug 2014 14:21:34 +0200 Message-Id: <1409228494-19492-5-git-send-email-gregory.clement@free-electrons.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1409228494-19492-1-git-send-email-gregory.clement@free-electrons.com> References: <1409228494-19492-1-git-send-email-gregory.clement@free-electrons.com> Cc: Thomas Petazzoni Subject: [Buildroot] [PATCH V3 4/4] libelf: Removes the package X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net The elfutils package provides a more recent version of the libelf. Some packages such as ltrace need this more recent version. Having two packages providing the same library leads to some conflicts or dependency problems. For instance at the end we had only one libelf.a when the 2 packages were selected. Signed-off-by: Gregory CLEMENT Acked-by: "Yann E. MORIN" --- Config.in.legacy | 9 + package/Config.in | 1 - package/libelf/Config.in | 7 - package/libelf/libelf-0.8.10-Elf64-fixups.patch | 12361 ---------------------- package/libelf/libelf.mk | 23 - 5 files changed, 9 insertions(+), 12392 deletions(-) delete mode 100644 package/libelf/Config.in delete mode 100644 package/libelf/libelf-0.8.10-Elf64-fixups.patch delete mode 100644 package/libelf/libelf.mk diff --git a/package/libelf/Config.in b/package/libelf/Config.in deleted file mode 100644 index 600ef68..0000000 diff --git a/package/libelf/libelf-0.8.10-Elf64-fixups.patch b/package/libelf/libelf-0.8.10-Elf64-fixups.patch deleted file mode 100644 index 86a064a..0000000 diff --git a/package/libelf/libelf.mk b/package/libelf/libelf.mk deleted file mode 100644 index 0c37697..0000000 diff --git a/Config.in.legacy b/Config.in.legacy index 23962a2..5b1460c 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -101,6 +101,15 @@ endif ############################################################################### comment "Legacy options removed in 2014.08" +config BR2_PACKAGE_LIBELF + bool "libelf has been removed" + select BR2_PACKAGE_ELFUTILS + select BR2_LEGACY + help + The libelf package provided an old version of the libelf library + and is deprecated. The libelf library is now provided by the + elfutils package. + config BR2_KERNEL_HEADERS_3_8 bool "kernel headers version 3.8.x are no longer supported" select BR2_KERNEL_HEADERS_3_9 diff --git a/package/Config.in b/package/Config.in index 0e10cdf..da528ad 100644 --- a/package/Config.in +++ b/package/Config.in @@ -841,7 +841,6 @@ menu "Other" source "package/libcofi/Config.in" source "package/libdaemon/Config.in" source "package/libee/Config.in" - source "package/libelf/Config.in" source "package/libev/Config.in" source "package/libevdev/Config.in" source "package/libevent/Config.in"