diff options
author | Richard Purdie <richard@openedhand.com> | 2007-10-11 21:37:30 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-10-11 21:37:30 +0000 |
commit | 8eec39221db38df319874d2b55532dff217c4b1c (patch) | |
tree | db8b49ffa87aaafc3d2e81383d9595ac971361e3 /meta-extras | |
parent | e518f7a4c2ebbb21a4157fe4ae8ac04c56afb0f8 (diff) | |
download | poky-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.inc | 2 |
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 @@ | |||
1 | DESCRIPTION = "GPS Controlling Daemon" | 1 | DESCRIPTION = "GPS Controlling Daemon" |
2 | LICENSE = "GPL" | 2 | LICENSE = "GPL" |
3 | SECTION = "x11" | 3 | SECTION = "x11" |
4 | DEPENDS = "glib-2.0 dbus" | 4 | DEPENDS = "glib-2.0 dbus bluez-libs" |
5 | 5 | ||
6 | inherit autotools pkgconfig | 6 | inherit autotools pkgconfig |
7 | 7 | ||