diff options
author | Max Krummenacher <max.oss.09@gmail.com> | 2018-01-27 14:56:32 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-29 08:49:50 +0000 |
commit | 06cf2a85c60df073be07b54e565428cae47a6065 (patch) | |
tree | b459fe796f5d0094c65ffe604a5c8b542951d2ff /meta | |
parent | 13fb4024e85785be2fdbacb23f1ea74123168d91 (diff) | |
download | poky-06cf2a85c60df073be07b54e565428cae47a6065.tar.gz |
libfm: split the gtk+ bindings into their own package
Recipes depending on libfm with the gtk+ bindings will automatically rdepend
additionally on the new package libfm-gtk.
(From OE-Core rev: fa49561040e4de4ac75f18d195352b9114149f9b)
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/libfm/libfm_1.2.5.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-support/libfm/libfm_1.2.5.bb b/meta/recipes-support/libfm/libfm_1.2.5.bb index 1ddddfdc99..6844243c1e 100644 --- a/meta/recipes-support/libfm/libfm_1.2.5.bb +++ b/meta/recipes-support/libfm/libfm_1.2.5.bb | |||
@@ -24,7 +24,19 @@ EXTRA_OECONF = "--with-gtk=3" | |||
24 | 24 | ||
25 | do_configure[dirs] =+ "${S}/m4" | 25 | do_configure[dirs] =+ "${S}/m4" |
26 | 26 | ||
27 | PACKAGES =+ "libfm-gtk" | ||
27 | PACKAGES += "${PN}-mime" | 28 | PACKAGES += "${PN}-mime" |
29 | FILES_libfm-gtk = " \ | ||
30 | ${libdir}/libfm-gtk*so.* \ | ||
31 | ${libdir}/libfm/modules/gtk* \ | ||
32 | ${bindir}/libfm-pref-apps \ | ||
33 | ${bindir}/lxshortcut \ | ||
34 | ${datadir}/applications/libfm-pref-apps.desktop \ | ||
35 | ${datadir}/applications/lxshortcut.desktop \ | ||
36 | ${datadir}/libfm/images/folder.png \ | ||
37 | ${datadir}/libfm/images/unknown.png \ | ||
38 | ${datadir}/libfm/ui/*.ui \ | ||
39 | " | ||
28 | FILES_${PN}-mime = "${datadir}/mime/" | 40 | FILES_${PN}-mime = "${datadir}/mime/" |
29 | 41 | ||
30 | do_install_append () { | 42 | do_install_append () { |