From patchwork Mon Jun 24 14:13:13 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: christian.braunersorensen@prevas.dk X-Patchwork-Id: 253860 X-Patchwork-Delegate: chbs@prevas.dk Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hugin.dotsrc.org (hugin.dotsrc.org [IPv6:2001:878:346::102]) by ozlabs.org (Postfix) with ESMTP id 26F202C0091 for ; Tue, 25 Jun 2013 00:42:12 +1000 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id 45C403FF99 for ; Mon, 24 Jun 2013 16:42:10 +0200 (CEST) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from mail01.prevas.se (mail01.prevas.se [62.95.78.3]) by hugin.dotsrc.org (Postfix) with ESMTPS id 46F693FCAC for ; Mon, 24 Jun 2013 16:42:08 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=prevas.dk; i=@prevas.dk; l=4200; q=dns/txt; s=ironport1; t=1372084928; x=1403620928; h=from:to:subject:date:message-id:references:in-reply-to: content-transfer-encoding:mime-version; bh=MzP+8JLmAUM+R8yDSkx4w4Anj1hz4ASNSH7R7P1zcRg=; b=KxB0qFTW82SDfU0/rqFIPC3QRuINgWPKgdTgNV2bZosc/NbLno4mVrtL ZYnvcl0KO5p2ZgyjJqOICSQbfF68lmAMZF+yXAGVEdi4caMF0rSlNMpej job9iUpGpQl+yVahgBCuABeziDHBjiy2l9EVyS/B9YmaDI38GhYnzrcBj M=; X-IronPort-AV: E=Sophos;i="4.87,928,1363129200"; d="scan'208";a="3224671" Received: from vmprevas4.prevas.se (HELO smtp.prevas.se) ([172.16.8.104]) by ironport1.prevas.se with ESMTP/TLS/AES128-SHA; 24 Jun 2013 16:13:14 +0200 Received: from VMPREVAS2.prevas.se ([fe80::ddc4:1ca4:65e1:d098]) by VMPREVAS4.prevas.se ([172.16.8.104]) with mapi id 14.02.0342.003; Mon, 24 Jun 2013 16:13:14 +0200 From: =?iso-8859-1?Q?Christian_Br=E4uner_S=F8rensen?= To: =?iso-8859-1?Q?Kim_B=F8ndergaard_Poulsen?= , "dev@oe-lite.org" Subject: RE: [PATCH 1/1] libsndfile: New recipe Thread-Topic: [PATCH 1/1] libsndfile: New recipe Thread-Index: AQHOcNhGSSXui5E3CU6+qZxvhZT8YplE3Oji///lIQCAACWhng== Date: Mon, 24 Jun 2013 14:13:13 +0000 Message-ID: References: , , , <4014368E77617E44944113A4A656BD6836E284C8@VMPREVAS2.prevas.se> In-Reply-To: <4014368E77617E44944113A4A656BD6836E284C8@VMPREVAS2.prevas.se> Accept-Language: en-GB, sv-SE, en-US Content-Language: en-GB X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [172.16.11.24] MIME-Version: 1.0 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: , Sender: dev-bounces@oe-lite.org Errors-To: dev-bounces@oe-lite.org Hi again The package contains 10 different executable files. None of the executable files depends on each other, but all seem to depend on libsndfile, so please split them using AUTO_PACKAGE_UTILS using something like: AUTO_PACKAGE_UTILS = "sndfile-cmp ..." AUTO_PACKAGE_UTILS_RDEPENDS += "libsndfile" /Christian diff --git a/recipes/libsndfile/libsndfile_1.0.25.oe b/recipes/libsndfile/libsndfile_1.0.25 new file mode 100644 index 0000000..9055a46 --- /dev/null +++ b/recipes/libsndfile/libsndfile_1.0.25.oe @@ -0,0 +1,14 @@ +DESCRIPTION = "libsndfile" +HOMEPAGE = "http://www.mega-nerd.com/libsndfile/" +LICENSE = "LGPLv2" + +inherit c c++ autotools pkgconfig library + +DEPENDS = "libm" + +RECIPE_TYPES = "machine" +EXTRA_OECONF += "--disable-sqlite --disable-external-libs" + +SRC_URI = "http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.25.tar.gz" + +FILES_${PN} += "/usr/bin/sndfile-*" diff --git a/recipes/libsndfile/libsndfile_1.0.25.oe.sig b/recipes/libsndfile/libsndfile_1. new file mode 100644 index 0000000..af8acf0 --- /dev/null +++ b/recipes/libsndfile/libsndfile_1.0.25.oe.sig @@ -0,0 +1 @@ +e95d9fca57f7ddace9f197071cbcfb92fa16748e libsndfile-1.0.25.tar.gz ________________________________________ From: Christian Bräuner Sørensen Sent: Monday, June 24, 2013 3:34 PM To: Kim Bøndergaard Poulsen; dev@oe-lite.org Cc: Kim Bøndergaard Poulsen Subject: RE: [PATCH 1/1] libsndfile: New recipe Hi Do you need the native and sdk versions of the recipe? If so; for what? /Christian ________________________________________ From: dev-bounces@oe-lite.org [dev-bounces@oe-lite.org] on behalf of Kim Bøndergaard [kibo@prevas.dk] Sent: 24 June 2013 14:42 To: dev@oe-lite.org Cc: Kim Bøndergaard Poulsen Subject: [PATCH 1/1] libsndfile: New recipe --- recipes/libsndfile/libsndfile_1.0.25.oe | 14 ++++++++++++++ recipes/libsndfile/libsndfile_1.0.25.oe.sig | 1 + 2 files changed, 15 insertions(+) create mode 100644 recipes/libsndfile/libsndfile_1.0.25.oe create mode 100644 recipes/libsndfile/libsndfile_1.0.25.oe.sig diff --git a/recipes/libsndfile/libsndfile_1.0.25.oe b/recipes/libsndfile/libsndfile_1.0.25.oe new file mode 100644 index 0000000..ecf7d8c --- /dev/null +++ b/recipes/libsndfile/libsndfile_1.0.25.oe @@ -0,0 +1,14 @@ +DESCRIPTION = "libsndfile" +HOMEPAGE = "http://www.mega-nerd.com/libsndfile/" +LICENSE = "LGPLv2" + +inherit c c++ autotools pkgconfig library + +DEPENDS = "libm" + +RECIPE_TYPES = "machine native sdk" +EXTRA_OECONF += "--disable-sqlite --disable-external-libs" + +SRC_URI = "http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.25.tar.gz" + +FILES_${PN} += "/usr/bin/sndfile-*" diff --git a/recipes/libsndfile/libsndfile_1.0.25.oe.sig b/recipes/libsndfile/libsndfile_1.0.25.oe.sig new file mode 100644 index 0000000..af8acf0 --- /dev/null +++ b/recipes/libsndfile/libsndfile_1.0.25.oe.sig @@ -0,0 +1 @@ +e95d9fca57f7ddace9f197071cbcfb92fa16748e libsndfile-1.0.25.tar.gz