aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openobex
diff options
context:
space:
mode:
authorStanislav Brabec <utx@penguin.cz>2010-07-18 09:24:55 +0000
committerutx@penguin.cz <utx@penguin.cz>2010-07-18 09:24:55 +0000
commita1b6432da53a834026d7222562ec94f712474602 (patch)
tree2beab2714f911ca6947a1ea082d9cee5c00f3f2d /recipes/openobex
parent7f726f5d859579515f69839feed2f0d93ca34540 (diff)
downloadopenembedded-a1b6432da53a834026d7222562ec94f712474602.tar.gz
obex-data-server: Adding imagemagick to DEPENDS (requires MagicWand by default).
Diffstat (limited to 'recipes/openobex')
-rw-r--r--recipes/openobex/obex-data-server_0.4.4.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/openobex/obex-data-server_0.4.4.bb b/recipes/openobex/obex-data-server_0.4.4.bb
index 8ba2d40687..caff2fd759 100644
--- a/recipes/openobex/obex-data-server_0.4.4.bb
+++ b/recipes/openobex/obex-data-server_0.4.4.bb
@@ -1,7 +1,8 @@
DESCRIPTION = "obex-data-server is a D-Bus service providing high-level OBEX client and server side functionality"
LICENSE = "GPLv2"
+PR = "r1"
-DEPENDS = "gtk+ bluez4 dbus-glib openobex"
+DEPENDS = "gtk+ bluez4 dbus-glib imagemagick openobex"
SRC_URI = "http://tadas.dailyda.com/software/obex-data-server-${PV}.tar.gz"