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:45 +0000 |
commit | fa49561040e4de4ac75f18d195352b9114149f9b (patch) | |
tree | b4b2006494efbcf92e9115da3f730c385f497d34 | |
parent | 8547f1e29104b75299f1056524da4a058a029940 (diff) | |
download | openembedded-core-fa49561040e4de4ac75f18d195352b9114149f9b.tar.gz openembedded-core-fa49561040e4de4ac75f18d195352b9114149f9b.tar.bz2 openembedded-core-fa49561040e4de4ac75f18d195352b9114149f9b.zip |
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.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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" do_configure[dirs] =+ "${S}/m4" +PACKAGES =+ "libfm-gtk" PACKAGES += "${PN}-mime" +FILES_libfm-gtk = " \ + ${libdir}/libfm-gtk*so.* \ + ${libdir}/libfm/modules/gtk* \ + ${bindir}/libfm-pref-apps \ + ${bindir}/lxshortcut \ + ${datadir}/applications/libfm-pref-apps.desktop \ + ${datadir}/applications/lxshortcut.desktop \ + ${datadir}/libfm/images/folder.png \ + ${datadir}/libfm/images/unknown.png \ + ${datadir}/libfm/ui/*.ui \ +" FILES_${PN}-mime = "${datadir}/mime/" do_install_append () { |