[oe-commits] Martin Jansa : mokosuite2: add missing inherit update-alternatives

git version control git at git.openembedded.org
Sun Aug 22 11:47:20 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 1ac377cc9c88fcbed81ddb6f17ed2e5062c3c9ca
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1ac377cc9c88fcbed81ddb6f17ed2e5062c3c9ca

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Aug 22 13:37:00 2010 +0200

mokosuite2: add missing inherit update-alternatives

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/openmoko-3rdparty/mokosuite2_svn.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/openmoko-3rdparty/mokosuite2_svn.bb b/recipes/openmoko-3rdparty/mokosuite2_svn.bb
index ecb4571..ea00b31 100644
--- a/recipes/openmoko-3rdparty/mokosuite2_svn.bb
+++ b/recipes/openmoko-3rdparty/mokosuite2_svn.bb
@@ -6,6 +6,7 @@ DEPENDS = "elementary libframeworkd-glib libphone-utils eggdbus glib-2.0 dbus-gl
 SECTION = "misc/utils"
 
 PV = "1.0+svnr${SRCPV}"
+PR = "r1"
 SRCREV = "454"
 
 SRC_URI = "svn://svn.casaricci.it/openmoko/trunk;module=mokosuite;proto=svn"
@@ -18,7 +19,7 @@ EXTRA_OECONF = " --enable-callsdb-sqlite --enable-contactsdb-sqlite --with-edje-
 FILES_${PN} += "${datadir}/mokosuite ${sysconfdir}/dbus-1 ${sysconfdir}/X11 ${sysconfdir}/mokosuite.conf {$datadir}/applications"
 CONFFILES_${PN} = "${sysconfdir}/mokosuite.conf"
 
-inherit pkgconfig autotools
+inherit pkgconfig autotools update-alternatives
 
 ALTERNATIVE_PATH = "${bindir}/mokosession"
 ALTERNATIVE_NAME = "x-window-manager"





More information about the Openembedded-commits mailing list