[oe-commits] Klaus Kurzmann : shr-installer_git.bb: new recipe

git version control git at git.openembedded.org
Mon Jul 13 19:07:26 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: 3cf063d86c3e82513a5f06364c5a80d3f6922b52
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3cf063d86c3e82513a5f06364c5a80d3f6922b52

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Mon Jul 13 21:07:15 2009 +0200

shr-installer_git.bb: new recipe

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 conf/distro/include/shr-autorev.inc |    1 +
 recipes/shr/shr-installer_git.bb    |   18 ++++++++++++++++++
 2 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/conf/distro/include/shr-autorev.inc b/conf/distro/include/shr-autorev.inc
index 6968fe1..7baf69a 100644
--- a/conf/distro/include/shr-autorev.inc
+++ b/conf/distro/include/shr-autorev.inc
@@ -69,6 +69,7 @@ SRCREV_pn-shr-splash-theme-simple = "${AUTOREV}"
 SRCREV_pn-shr-splash-theme-dontpanic = "${AUTOREV}"
 SRCREV_pn-shr-splash-theme-handy = "${AUTOREV}"
 SRCREV_pn-shr-splash-theme-dociswatchingyou = "${AUTOREV}"
+SRCREV_pn-shr-installer = "${AUTOREV}"
 
 #General stuff
 EFL_SRCREV = "41040"
diff --git a/recipes/shr/shr-installer_git.bb b/recipes/shr/shr-installer_git.bb
new file mode 100644
index 0000000..d059cc0
--- /dev/null
+++ b/recipes/shr/shr-installer_git.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "EFL frontend for packagekit"
+HOMEPAGE = "http://shr-project.org"
+SHR_RELEASE ?= "shr"
+LICENSE ?= "GPL"
+RDEPENDS = "python-elementary python-dbus python-core python-edbus packagekit"
+SECTION = "x11/application"
+
+PV = "0.0.1-gitr${SRCPV}"
+PR = "r0"
+
+inherit setuptools
+
+SRC_URI = "git://git.shr-project.org/repo/shr-installer.git;protocol=http"
+S = "${WORKDIR}/git"
+
+FILES_${PN} += "${prefix}/share/pixmaps"
+FILES_${PN} += "${prefix}/share/applications"
+





More information about the Openembedded-commits mailing list