diff options
author | Vivian Zhang <vivian.zhang@intel.com> | 2008-11-10 16:59:38 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-01 22:35:05 +0000 |
commit | d0e82a364c7e5145486ca935921654fc12ba84c8 (patch) | |
tree | 56fe2d5f2a841620ea2803acaaefa8eacfae1f17 /meta/packages/gypsy/gypsy_0.6.bb | |
parent | 4a4eaec9e0e0f027f72e018689721838ef405f44 (diff) | |
download | poky-d0e82a364c7e5145486ca935921654fc12ba84c8.tar.gz |
Moved gypsy from meta-extras to meta and upgraded it to 0.6
Diffstat (limited to 'meta/packages/gypsy/gypsy_0.6.bb')
-rw-r--r-- | meta/packages/gypsy/gypsy_0.6.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/packages/gypsy/gypsy_0.6.bb b/meta/packages/gypsy/gypsy_0.6.bb new file mode 100644 index 0000000000..68a07ffcd7 --- /dev/null +++ b/meta/packages/gypsy/gypsy_0.6.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | DESCRIPTION = "GPS Controlling Daemon" | ||
2 | LICENSE = "GPL" | ||
3 | SECTION = "x11" | ||
4 | DEPENDS = "glib-2.0 dbus bluez-libs dbus-glib libxslt" | ||
5 | |||
6 | SRC_URI = "http://gypsy.freedesktop.org/gypsy-releases/gypsy-${PV}.tar.gz" | ||
7 | |||
8 | inherit autotools pkgconfig | ||
9 | |||
10 | FILES_${PN} += "/usr/share/dbus-1/services/" | ||