From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-yw0-f47.google.com ([209.85.213.47]) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1P9RlZ-000342-5q for openembedded-devel@lists.openembedded.org; Sat, 23 Oct 2010 02:15:24 +0200 Received: by mail-yw0-f47.google.com with SMTP id 8so1213776ywa.6 for ; Fri, 22 Oct 2010 17:14:43 -0700 (PDT) Received: by 10.150.205.7 with SMTP id c7mr7117609ybg.381.1287792882802; Fri, 22 Oct 2010 17:14:42 -0700 (PDT) Received: from localhost.localdomain ([201.82.29.28]) by mx.google.com with ESMTPS id r29sm216413ybn.10.2010.10.22.17.14.41 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 22 Oct 2010 17:14:42 -0700 (PDT) From: fidencio@profusion.mobi To: openembedded-devel@lists.openembedded.org Date: Fri, 22 Oct 2010 22:14:07 -0200 Message-Id: <4cc228f2.1d8b970a.4cbb.0976@mx.google.com> X-Mailer: git-send-email 1.7.3.1 In-Reply-To: References: X-SA-Exim-Connect-IP: 209.85.213.47 X-SA-Exim-Mail-From: fidencio@profusion.mobi X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on discovery X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 X-SA-Exim-Version: 4.2.1 (built Wed, 25 Jun 2008 17:20:07 +0000) X-SA-Exim-Scanned: Yes (on linuxtogo.org) Subject: [PATCH 4/4] Add recipe for python-lightmediascanner_git X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Oct 2010 00:15:24 -0000 From: Eduardo Lima (Etrunko) Signed-off-by: Eduardo Lima (Etrunko) --- recipes/python/python-lightmediascanner_git.bb | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) create mode 100644 recipes/python/python-lightmediascanner_git.bb diff --git a/recipes/python/python-lightmediascanner_git.bb b/recipes/python/python-lightmediascanner_git.bb new file mode 100644 index 0000000..694aed5 --- /dev/null +++ b/recipes/python/python-lightmediascanner_git.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "Python bindings for Light Media Scanner." +AUTHOR = "Gustavo Sverzut Barbieri " +LICENSE = "LGPL" + +SRCREV = "${AUTOREV}" +PV = "0.4.0+git${SRCREV}" +PR = "r0" + +DEPENDS += "python-pyrex-native python-cython-native lightmediascanner" +RDEPENDS += "liblightmediascanner" + +SRC_URI = "git://git.profusion.mobi/python-lightmediascanner.git;protocol=git;branch=master" +S = "${WORKDIR}/git" + +inherit setuptools -- 1.7.3.1