From patchwork Sun Oct 21 15:37:42 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yann Diorcet X-Patchwork-Id: 193025 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hugin.dotsrc.org (hugin.dotsrc.org [130.225.254.102]) by ozlabs.org (Postfix) with ESMTP id 5BAFE2C0096 for ; Mon, 22 Oct 2012 02:38:08 +1100 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id 1D7083FD5E for ; Sun, 21 Oct 2012 17:38:07 +0200 (CEST) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) by hugin.dotsrc.org (Postfix) with ESMTPS id 8A4FB3FD21 for ; Sun, 21 Oct 2012 17:38:04 +0200 (CEST) Received: by mail-wi0-f181.google.com with SMTP id hq12so1196739wib.16 for ; Sun, 21 Oct 2012 08:38:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=KIrBr7MeCz9CgOUBQ/fjRuVbJxAlYySVfHBP3qzCFUU=; b=ytAUkZW+BgClhDZ9tzGA2d1Cx1cDxh24nXR9pU8nWNJg4Pf1DvmR+/F81aqWM0MlUc wJyC5DBCKBU2YAYw4AR7cYmbsA2Ed4JoDWWLfoTQqVJiJN7nuNTMDd5MyH4W7gKHVq7L MthOYSbKnEA50+Hff8NgJy0WeYYZOSRRvz1Xhj0uwKlAAxAJgMnzjYwk4HizqQp9s/94 wAQraKgQ2OyuKk6EsE5fSc+WiQFrlithEsV6qAruHKvuzCUSU73hJky9TcjV51aoRpfL uP6Bxz7xQG5ggIVtOSqT2u/REtOc+ppqstGANnbA9TPCQSRnEAIv0Bl395svRYd0A6ye RcnA== Received: by 10.180.80.100 with SMTP id q4mr15345718wix.20.1350833884066; Sun, 21 Oct 2012 08:38:04 -0700 (PDT) Received: from localhost.localdomain (dom38-1-82-236-154-183.fbx.proxad.net. [82.236.154.183]) by mx.google.com with ESMTPS id gm7sm16535929wib.10.2012.10.21.08.38.02 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 21 Oct 2012 08:38:03 -0700 (PDT) From: Yann Diorcet To: dev@oe-lite.org Subject: [PATCH 03/16] Add libelf package Date: Sun, 21 Oct 2012 17:37:42 +0200 Message-Id: <1350833876-9499-3-git-send-email-diorcet.yann@gmail.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1350833876-9499-1-git-send-email-diorcet.yann@gmail.com> References: <1350833876-9499-1-git-send-email-diorcet.yann@gmail.com> Cc: Yann Diorcet X-BeenThere: dev@oe-lite.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: OE-lite development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: dev-bounces@oe-lite.org Errors-To: dev-bounces@oe-lite.org From: Yann Diorcet Add libelf library (for darwin) --- recipes/libelf/libelf_0.8.13.oe | 14 ++++++++++++++ recipes/libelf/libelf_0.8.13.oe.sig | 1 + 2 files changed, 15 insertions(+) create mode 100644 recipes/libelf/libelf_0.8.13.oe create mode 100644 recipes/libelf/libelf_0.8.13.oe.sig diff --git a/recipes/libelf/libelf_0.8.13.oe b/recipes/libelf/libelf_0.8.13.oe new file mode 100644 index 0000000..9f32b4d --- /dev/null +++ b/recipes/libelf/libelf_0.8.13.oe @@ -0,0 +1,14 @@ +# -*- mode:python; -*- +LICENSE = "MIT" + +RECIPE_TYPES = "machine native sdk" + +inherit library autotools + +SRC_URI = "http://www.mr511.de/software/${PN}-${PV}.tar.gz" + +EXTRA_OEMAKE_INSTALL += "instroot=${D}" + +EXTRA_OECONF:>TARGET_OS_darwin = "--disable-compat" + +FILES_${PN}-locale += "${libdir}/locale" diff --git a/recipes/libelf/libelf_0.8.13.oe.sig b/recipes/libelf/libelf_0.8.13.oe.sig new file mode 100644 index 0000000..04871a6 --- /dev/null +++ b/recipes/libelf/libelf_0.8.13.oe.sig @@ -0,0 +1 @@ +c1d6ac5f182d19dd685c4dfd74eedbfe3992425d libelf-0.8.13.tar.gz