summaryrefslogtreecommitdiffstats
path: root/meta-extras
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-10-11 21:37:30 +0000
committerRichard Purdie <richard@openedhand.com>2007-10-11 21:37:30 +0000
commit8eec39221db38df319874d2b55532dff217c4b1c (patch)
treedb8b49ffa87aaafc3d2e81383d9595ac971361e3 /meta-extras
parente518f7a4c2ebbb21a4157fe4ae8ac04c56afb0f8 (diff)
downloadpoky-8eec39221db38df319874d2b55532dff217c4b1c.tar.gz
gypsy: Add missing DEPENDS
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2863 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta-extras')
-rw-r--r--meta-extras/packages/gypsy/gypsy.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-extras/packages/gypsy/gypsy.inc b/meta-extras/packages/gypsy/gypsy.inc
index 83ab9b1fc1..5d1ff142b5 100644
--- a/meta-extras/packages/gypsy/gypsy.inc
+++ b/meta-extras/packages/gypsy/gypsy.inc
@@ -1,7 +1,7 @@
1DESCRIPTION = "GPS Controlling Daemon" 1DESCRIPTION = "GPS Controlling Daemon"
2LICENSE = "GPL" 2LICENSE = "GPL"
3SECTION = "x11" 3SECTION = "x11"
4DEPENDS = "glib-2.0 dbus" 4DEPENDS = "glib-2.0 dbus bluez-libs"
5 5
6inherit autotools pkgconfig 6inherit autotools pkgconfig
7 7