aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mamona
diff options
context:
space:
mode:
authorRicardo Salveti de Araujo <ricardo.salveti@openbossa.org>2009-11-23 17:06:24 +0000
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-01-24 04:25:07 +0100
commit848dec5a7e12bb7a5f3b53bc717b4796b6da01d0 (patch)
tree1079aed1ab9f145cebb98dc48eedba35fe197f88 /recipes/mamona
parent9c0ffdeeacffd6f186578dc4987cc774054952ae (diff)
downloadopenembedded-848dec5a7e12bb7a5f3b53bc717b4796b6da01d0.tar.gz
mamonaim-e-applet-git: bumping rev, fixing PV and using oe-stylize
Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@openbossa.org>
Diffstat (limited to 'recipes/mamona')
-rw-r--r--recipes/mamona/mamonaim-e-applet_git.bb17
1 files changed, 8 insertions, 9 deletions
diff --git a/recipes/mamona/mamonaim-e-applet_git.bb b/recipes/mamona/mamonaim-e-applet_git.bb
index 6f45a457c4..c858dfcf14 100644
--- a/recipes/mamona/mamonaim-e-applet_git.bb
+++ b/recipes/mamona/mamonaim-e-applet_git.bb
@@ -5,15 +5,18 @@ DESCRIPTION = "Mamona-IM Enlightenment Applet"
HOMEPAGE = "http://dev.openbossa.org/trac/mamona/wiki"
LICENSE = "MIT BSD"
DEPENDS = "mamona-input-methods e-wm"
-PR = "r0"
+PV = "0.1-${PR}+gitr${SRCREV}"
+PR = "r1"
+PE = "1"
-PV = "0.1+git"
+SRC_URI = "git://dev.openbossa.org/mamona/projects/mamonaim_e_applet.git;protocol=http"
+S = "${WORKDIR}/git"
inherit autotools pkgconfig
-SRC_URI = "git://dev.openbossa.org/mamona/projects/mamonaim_e_applet.git;protocol=http"
-
-S = "${WORKDIR}/git"
+do_configure_prepend() {
+ ./autogen.sh
+}
# E Applet
FILES_${PN} = "\
@@ -30,7 +33,3 @@ FILES_${PN}-dev = "\
FILES_${PN}-dbg = "\
${libdir}/enlightenment/modules/mamonaim/*/.debug \
"
-
-do_configure_prepend() {
- ./autogen.sh
-}