blob: 9c61e317f81a3bc59a3725cc26e7b7fec83d2539 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DESCRIPTION = "obex plugin for gnome-vfs"
LICENSE = "GPLv2"
DEPENDS = "openobex gnome-vfs bluez-utils"
FILE_PR = "r1"
inherit gnome
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/gnome-vfs-obexftp/${PV}/${PN}-${PV}.tar.bz2"
FILES_${PN}-dbg += "${libdir}/gnome-vfs-2.0/modules/.debug"
FILES_${PN} += "${libdir}/gnome-vfs-2.0/modules/*.so"
|