diff options
author | Joshua Lock <josh@linux.intel.com> | 2011-11-02 18:34:31 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-08 14:32:54 +0000 |
commit | 8b77079321f96b3a7f96b8d0ff74bd90488db7bd (patch) | |
tree | 8804f82e7f2f22320c2691bc140e58b2f9235d02 /meta/recipes-connectivity/gypsy | |
parent | 7a5f2fc84e221a66db9fc252258c10d2e77956cf (diff) | |
download | poky-8b77079321f96b3a7f96b8d0ff74bd90488db7bd.tar.gz |
gypsy: fix packaging
(From OE-Core rev: 3c272ce9df811281029d028e96ab6bc644645592)
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/gypsy')
-rw-r--r-- | meta/recipes-connectivity/gypsy/gypsy_0.8.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/gypsy/gypsy_0.8.bb b/meta/recipes-connectivity/gypsy/gypsy_0.8.bb index f3d3fa7c28..59a34fa66d 100644 --- a/meta/recipes-connectivity/gypsy/gypsy_0.8.bb +++ b/meta/recipes-connectivity/gypsy/gypsy_0.8.bb | |||
@@ -16,11 +16,11 @@ DEPENDS = "glib-2.0 dbus bluez4 dbus-glib libxslt" | |||
16 | SRC_URI = "http://gypsy.freedesktop.org/releases/gypsy-${PV}.tar.gz \ | 16 | SRC_URI = "http://gypsy.freedesktop.org/releases/gypsy-${PV}.tar.gz \ |
17 | file://fix-unused-but-set-variable-warning.patch \ | 17 | file://fix-unused-but-set-variable-warning.patch \ |
18 | " | 18 | " |
19 | PR = "r1" | 19 | PR = "r2" |
20 | 20 | ||
21 | inherit autotools pkgconfig | 21 | inherit autotools pkgconfig |
22 | 22 | ||
23 | FILES_${PN} += "/usr/share/dbus-1/services/" | 23 | FILES_${PN} += "/usr/share/dbus-1/system-services/" |
24 | 24 | ||
25 | SRC_URI[md5sum] = "32b8db24db86d2dac87b391dd255f4bf" | 25 | SRC_URI[md5sum] = "32b8db24db86d2dac87b391dd255f4bf" |
26 | SRC_URI[sha256sum] = "1986a58189614a950725c3bc7d05faa3b84695f35cb696326f340ef87fc3acaa" | 26 | SRC_URI[sha256sum] = "1986a58189614a950725c3bc7d05faa3b84695f35cb696326f340ef87fc3acaa" |