From patchwork Thu Aug 28 10:29:49 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gregory CLEMENT X-Patchwork-Id: 383759 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id B0E3A14010C for ; Thu, 28 Aug 2014 20:30:11 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 501268B2B2; Thu, 28 Aug 2014 10:30:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 38PQAgvpkycF; Thu, 28 Aug 2014 10:30:04 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id C2C2F94711; Thu, 28 Aug 2014 10:30:04 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 9278F1BF984 for ; Thu, 28 Aug 2014 10:29:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 8F8F689D17 for ; Thu, 28 Aug 2014 10:29:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Y2gKwMlOQxB4 for ; Thu, 28 Aug 2014 10:29:57 +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 hemlock.osuosl.org (Postfix) with ESMTP id E77D688F4D for ; Thu, 28 Aug 2014 10:29:56 +0000 (UTC) Received: by mail.free-electrons.com (Postfix, from userid 106) id DBCBE5B3; Thu, 28 Aug 2014 12:29:59 +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 71FB99C; Thu, 28 Aug 2014 12:29:59 +0200 (CEST) From: Gregory CLEMENT To: buildroot@buildroot.org Date: Thu, 28 Aug 2014 12:29:49 +0200 Message-Id: <1409221789-18567-5-git-send-email-gregory.clement@free-electrons.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1409221789-18567-1-git-send-email-gregory.clement@free-electrons.com> References: <1409221789-18567-1-git-send-email-gregory.clement@free-electrons.com> Cc: Thomas Petazzoni Subject: [Buildroot] [PATCH V2 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 --- package/Config.in | 1 - package/libelf/Config.in | 7 - package/libelf/libelf-0.8.10-Elf64-fixups.patch | 12361 ---------------------- package/libelf/libelf.mk | 23 - 4 files changed, 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/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"