From patchwork Tue May 20 11:26:32 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mikael Jansson X-Patchwork-Id: 350656 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 93D56140084 for ; Tue, 20 May 2014 21:26:50 +1000 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id 1085C3FAC3 for ; Tue, 20 May 2014 13:26:47 +0200 (CEST) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from gmail.mxhero.com (gmail.mxhero.com [54.236.184.32]) by hugin.dotsrc.org (Postfix) with ESMTP id 73E0B3FAC3 for ; Tue, 20 May 2014 13:26:43 +0200 (CEST) Received: from engine-facing-node-2.mxhero.net (localhost [127.0.0.1]) by gmail.mxhero.com (Postfix) with ESMTP id EE0FB4074A for ; Tue, 20 May 2014 11:26:41 +0000 (UTC) Received: from mail-qc0-f175.google.com (mail-qc0-f175.google.com [209.85.216.175]) by gmail.mxhero.com (Postfix) with ESMTPS for ; Tue, 20 May 2014 11:26:33 +0000 (UTC) Received: by mail-qc0-f175.google.com with SMTP id w7so445512qcr.6 for ; Tue, 20 May 2014 04:26:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=uWWfA3iCmXgfk4ddcuMnu9CBL2/Asj3miJOaT7r/BCI=; b=cZQsl87aGpXYKd3QbXOk+Saex43CI511krPiEI0iIPb8q29ukSpSapS722BcJfu0+o H81fsEwu/ZiIuQVJXccMVAysv25MX+2ImFBsxLj6EpeUdUSZkU9uBVCSg5cavFbSDw7G Dl6gViTrMlPSMQah6AV6Wawf7U3f8gCif2uVUm64ijLgLGakDxKqjcQHLlQypOXvcQzy uh6Ztm7QHC0buRDt54ZFGKhstqiooibO2JSriLyJ1LuSFE6jrDqsKDVlV+C5vNKyAFvQ cE8VydQteGrBBm2dV1+38o/egDscqYoycOvFxBsQneS3w82fI84K21Fg18hnCQ1aiiTR lBpg== X-Gm-Message-State: ALoCoQmsusL7NC8HSG8Qi0FBnYjY1RJHkE9cxkShU4lm37R5dyO+sDgAI741WAniDMpW7+OolkRsRGzFHYDMWNfVoO0DG9upTyKxB3abiKMtpsjpcAw25Lu/IyAvBsFMsarmbTFvVsXd X-Received: by 10.140.97.197 with SMTP id m63mr55591796qge.15.1400585193189; Tue, 20 May 2014 04:26:33 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.140.97.197 with SMTP id m63mr55591749qge.15.1400585192855; Tue, 20 May 2014 04:26:32 -0700 (PDT) Received: by 10.140.97.228 with HTTP; Tue, 20 May 2014 04:26:32 -0700 (PDT) Date: Tue, 20 May 2014 13:26:32 +0200 Message-ID: Subject: [PATCH] File recipe From: Mikael Jansson To: dev@oe-lite.org X-mxHero-Original-Subject: [PATCH] File recipe x-mxHero-Origin-Ip: 209.85.216.175 X-mxHero-Sender: mikael.jansson@tlabwest.se X-mxHero-Recipient: dev@oe-lite.org X-mxHero-Output-Service: org.mxhero.plugin.smtpconnector.service.SMTPConnectorOutputService 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 --- recipes/file/file.inc | 14 ++++++++++++++ recipes/file/file_5.18.oe | 2 ++ recipes/file/file_5.18.oe.sig | 1 + 3 files changed, 17 insertions(+) create mode 100644 recipes/file/file.inc create mode 100644 recipes/file/file_5.18.oe create mode 100644 recipes/file/file_5.18.oe.sig diff --git a/recipes/file/file.inc b/recipes/file/file.inc new file mode 100644 index 0000000..c27feee --- /dev/null +++ b/recipes/file/file.inc @@ -0,0 +1,14 @@ +SUMMARY = "File is a utility that classifies arbitrary files of any type mainly by their contents." +DESCRIPTION = "" +HOMEPAGE = "http://freecode.com/projects/file" +LICENSE = "BSD" + +RECIPE_TYPES = "native machine" +DEPENDS:>machine += " native:file" + +SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz" + +FILES_${PN} += "${datadir}/misc/magic.mgc" + +inherit autotools + diff --git a/recipes/file/file_5.18.oe b/recipes/file/file_5.18.oe new file mode 100644 index 0000000..1b36f63 --- /dev/null +++ b/recipes/file/file_5.18.oe @@ -0,0 +1,2 @@ +require file.inc + diff --git a/recipes/file/file_5.18.oe.sig b/recipes/file/file_5.18.oe.sig new file mode 100644 index 0000000..1798134 --- /dev/null +++ b/recipes/file/file_5.18.oe.sig @@ -0,0 +1 @@ +8753e72097f2cc935608e3b1c57c4c4e31bd8d21 file-5.18.tar.gz