diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-02 10:35:49 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-11 01:52:53 +0100 |
commit | 069d3149adacd97eeb6e3e258ae39c31f02d2d26 (patch) | |
tree | 3ad3cc200b719f345186f0b8e458bcf2039f872c /meta-gnome/recipes-gnome/gnome-vfs | |
parent | 2d44b0925ea368ddbee790925e9a432356a8eedd (diff) | |
download | meta-openembedded-069d3149adacd97eeb6e3e258ae39c31f02d2d26.tar.gz |
gnome-vfs: fix QA warnings in packaging
gnome-vfs-2.24.4: gnome-vfs: Files/directories were installed but not shipped
/usr/lib/gnome-vfs-2.0/modules/libcomputer.la
/usr/lib/gnome-vfs-2.0/modules/libvfs-test.a
/usr/lib/gnome-vfs-2.0/modules/libcomputer.a
/usr/lib/gnome-vfs-2.0/modules/libdns-sd.la
/usr/lib/gnome-vfs-2.0/modules/libgzip.la
/usr/lib/gnome-vfs-2.0/modules/libtar.la
/usr/lib/gnome-vfs-2.0/modules/libsftp.la
/usr/lib/gnome-vfs-2.0/modules/libnntp.a
/usr/lib/gnome-vfs-2.0/modules/libhttp.la
/usr/lib/gnome-vfs-2.0/modules/libsftp.a
/usr/lib/gnome-vfs-2.0/modules/libftp.la
/usr/lib/gnome-vfs-2.0/modules/libnetwork.a
/usr/lib/gnome-vfs-2.0/modules/libbzip2.a
/usr/lib/gnome-vfs-2.0/modules/libgzip.a
/usr/lib/gnome-vfs-2.0/modules/libnetwork.la
/usr/lib/gnome-vfs-2.0/modules/libfile.la
/usr/lib/gnome-vfs-2.0/modules/libvfs-test.la
/usr/lib/gnome-vfs-2.0/modules/libnntp.la
/usr/lib/gnome-vfs-2.0/modules/libfile.a
/usr/lib/gnome-vfs-2.0/modules/libftp.a
/usr/lib/gnome-vfs-2.0/modules/libhttp.a
/usr/lib/gnome-vfs-2.0/modules/libbzip2.la
/usr/lib/gnome-vfs-2.0/modules/libdns-sd.a
/usr/lib/gnome-vfs-2.0/modules/libtar.a
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-vfs')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb b/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb index 531a2d7b1..62d63ae75 100644 --- a/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb +++ b/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb | |||
@@ -13,7 +13,7 @@ DEPENDS = "libxml2 gconf dbus bzip2 gnome-mime-data zlib" | |||
13 | RRECOMMENDS_${PN} = "gnome-vfs-plugin-file shared-mime-info" | 13 | RRECOMMENDS_${PN} = "gnome-vfs-plugin-file shared-mime-info" |
14 | # Some legacy packages will require gnome-mime-data to be installed, but use of | 14 | # Some legacy packages will require gnome-mime-data to be installed, but use of |
15 | # it is deprecated. | 15 | # it is deprecated. |
16 | PR = "r1" | 16 | PR = "r2" |
17 | 17 | ||
18 | inherit gnome | 18 | inherit gnome |
19 | 19 | ||
@@ -35,10 +35,11 @@ EXTRA_OECONF = " --disable-hal \ | |||
35 | gvfs_cv_HAVE_POSIX_ACLS=no \ | 35 | gvfs_cv_HAVE_POSIX_ACLS=no \ |
36 | " | 36 | " |
37 | 37 | ||
38 | FILES_${PN} += " ${libdir}/vfs ${datadir}/dbus-1/services" | 38 | FILES_${PN} += "${libdir}/vfs ${datadir}/dbus-1/services" |
39 | FILES_${PN}-dbg += " ${libdir}/gnome-vfs-2.0/modules/.debug" | 39 | FILES_${PN}-dbg += "${libdir}/gnome-vfs-2.0/modules/.debug" |
40 | FILES_${PN}-dev += " ${libdir}/gnome-vfs-2.0/include" | 40 | FILES_${PN}-dev += "${libdir}/gnome-vfs-2.0/include/* ${libdir}/gnome-vfs-2.0/modules/*.la" |
41 | FILES_${PN}-doc += " ${datadir}/gtk-doc" | 41 | FILES_${PN}-staticdev += "${libdir}/gnome-vfs-2.0/modules/*.a" |
42 | FILES_${PN}-doc += "${datadir}/gtk-doc" | ||
42 | 43 | ||
43 | PACKAGES_DYNAMIC += "^gnome-vfs-plugin-.*" | 44 | PACKAGES_DYNAMIC += "^gnome-vfs-plugin-.*" |
44 | 45 | ||