appraw - .desktop file patcher for fsoraw

Martin Jansa martin.jansa at gmail.com
Sun Aug 30 11:56:03 CEST 2009


On Sun, Aug 30, 2009 at 04:45:56AM -0500, ANT wrote:
> 
> Leonti wrote:
> >BTW, can you make bitbake file for it so it can be included in SHR
> repositories?
> 
> Here is an _untested_ bb recipe for appraw. Somebody, test it please and
> post here if it works or not.

Thanks!

works for me.. attached patch for shr/import.

-- 
uin:136542059                jid:Martin.Jansa at gmail.com
Jansa Martin                 sip:jamasip at voip.wengo.fr 
JaMa                         
-------------- next part --------------
From 048051724ed7d892ebbb62abde4c9a155eb4d153 Mon Sep 17 00:00:00 2001
From: Martin.Jansa <Martin.Jansa at gmail.com>
Date: Sun, 30 Aug 2009 11:53:22 +0200
Subject: [PATCH] Add appraw BBfile by ANT <ant007h at gmail.com>

---
 conf/distro/include/shr-autorev-unstable.inc |    1 +
 recipes/openmoko-3rdparty/appraw_git.bb      |   14 ++++++++++++++
 recipes/tasks/task-shr-minimal.bb            |    1 +
 3 files changed, 16 insertions(+), 0 deletions(-)
 create mode 100644 recipes/openmoko-3rdparty/appraw_git.bb

diff --git a/conf/distro/include/shr-autorev-unstable.inc b/conf/distro/include/shr-autorev-unstable.inc
index 20d40e5..af52fda 100644
--- a/conf/distro/include/shr-autorev-unstable.inc
+++ b/conf/distro/include/shr-autorev-unstable.inc
@@ -19,6 +19,7 @@ SRCREV_pn-fsodeviced = "${AUTOREV}"
 SRCREV_pn-fsonetworkd = "${AUTOREV}"
 SRCREV_pn-fsousaged = "${AUTOREV}"
 SRCREV_pn-fsoraw = "${AUTOREV}"
+SRCREV_pn-appraw = "${AUTOREV}"
 SRCREV_pn-fso-abyss = "${AUTOREV}"
 SRCREV_pn-fso-apm = "${AUTOREV}"
 SRCREV_pn-fso-term = "${AUTOREV}"
diff --git a/recipes/openmoko-3rdparty/appraw_git.bb b/recipes/openmoko-3rdparty/appraw_git.bb
new file mode 100644
index 0000000..d172efd
--- /dev/null
+++ b/recipes/openmoko-3rdparty/appraw_git.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = ".desktop file patcher for fsoraw"
+HOMEPAGE = "http://github.com/Sektor/appraw/"
+SECTION = "fso/base"
+PRIORITY = "optional"
+LICENSE = "GPL"
+#RDEPENDS = "fsoraw"
+
+PV = "0.1.0+gitr${SRCPV}"
+PR = "r0"
+
+SRC_URI = "git://github.com/Sektor/appraw.git;protocol=git;branch=master"
+S = "${WORKDIR}/git"
+
+inherit autotools
diff --git a/recipes/tasks/task-shr-minimal.bb b/recipes/tasks/task-shr-minimal.bb
index 998a52a..e22a0d8 100644
--- a/recipes/tasks/task-shr-minimal.bb
+++ b/recipes/tasks/task-shr-minimal.bb
@@ -90,6 +90,7 @@ RDEPENDS_${PN}-cli = "\
 
 RDEPENDS_${PN}-fso = "\
   fsoraw \
+  appraw \
   opimd-utils-cli \
   python-codecs \
   python-gst \
-- 
1.6.4.1



More information about the community mailing list