[oe-commits] Tom : Added libphone-utils to DEPENDS in libframeworkd-phonegui's bb

git version control git at git.openembedded.org
Sat Jul 18 10:04:13 UTC 2009


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

Author: Tom <tom at stosb.com>
Date:   Fri Jul 17 21:56:31 2009 +0000

Added libphone-utils to DEPENDS in libframeworkd-phonegui's bb

I hate git send-email :) (will have to learn how to use it correctly)

Tom.

>From be38cd2040f7009869cfb98c16951281aaeed45b Mon Sep 17 00:00:00 2001
From: Tom Hacohen <tom at nospam>
Date: Sat, 18 Jul 2009 01:41:10 +0300
Subject: [PATCH] added DEPENDS libphone-utils to libframeworkd-phonegui_git.bb

Signed-off-by: Tom Hacohen <tom at nospam>

---

 recipes/shr/libframeworkd-phonegui_git.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/shr/libframeworkd-phonegui_git.bb b/recipes/shr/libframeworkd-phonegui_git.bb
index 1325414..44db931 100644
--- a/recipes/shr/libframeworkd-phonegui_git.bb
+++ b/recipes/shr/libframeworkd-phonegui_git.bb
@@ -1,9 +1,9 @@
 DESCRIPTION = "Frameworkd phonegui library"
 SECTION = "libs"
 PV = "0.0.2+gitr${SRCPV}"
-PR = "r8"
+PR = "r9"
 
-DEPENDS="glib-2.0 dbus-glib libframeworkd-glib"
+DEPENDS="glib-2.0 dbus-glib libframeworkd-glib libphone-utils"
 
 inherit shr pkgconfig autotools autotools_stage
 





More information about the Openembedded-commits mailing list