diff options
author | Ricardo Salveti de Araujo <ricardo.salveti@openbossa.org> | 2009-11-23 17:06:24 +0000 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-01-24 04:25:07 +0100 |
commit | 848dec5a7e12bb7a5f3b53bc717b4796b6da01d0 (patch) | |
tree | 1079aed1ab9f145cebb98dc48eedba35fe197f88 | |
parent | 9c0ffdeeacffd6f186578dc4987cc774054952ae (diff) |
mamonaim-e-applet-git: bumping rev, fixing PV and using oe-stylize
Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@openbossa.org>
-rw-r--r-- | conf/distro/include/sane-srcrevs.inc | 2 | ||||
-rw-r--r-- | recipes/mamona/mamonaim-e-applet_git.bb | 17 |
2 files changed, 9 insertions, 10 deletions
diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc index 30237d73da..8f3036ae67 100644 --- a/conf/distro/include/sane-srcrevs.inc +++ b/conf/distro/include/sane-srcrevs.inc @@ -158,7 +158,7 @@ SRCREV_pn-llvm-gcc4-cross ?= "374" SRCREV_pn-madbutterfly ?= "ecd1842714b5e982f3138cbdd358517d57be6aa3" SRCREV_pn-maemo-mapper ?= "118" SRCREV_pn-mamona_input_methods ?= "7e6a8cc947689a045d0fba90015da599275347d9" -SRCREV_pn-mamonaim_e_applet ?= "51c747849f71981bd1dc9eb1807df4993ad97d04" +SRCREV_pn-mamonaim-e-applet ?= "a1ba7e8a388ffce3cca92bad059cd801e7733a7a" SRCREV_pn-matchbox-config-gtk ?= "1614" SRCREV_pn-matchbox-desktop-2 ?= "2096" SRCREV_pn-matchbox-keyboard ?= "1910" 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 -} |