From 1ac377cc9c88fcbed81ddb6f17ed2e5062c3c9ca Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 22 Aug 2010 13:37:00 +0200 Subject: [PATCH] mokosuite2: add missing inherit update-alternatives Signed-off-by: Martin Jansa --- recipes/openmoko-3rdparty/mokosuite2_svn.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/openmoko-3rdparty/mokosuite2_svn.bb b/recipes/openmoko-3rdparty/mokosuite2_svn.bb index ecb4571470..ea00b31a19 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" -- 2.39.5