diff options
author | Mark Asselstine <mark.asselstine@windriver.com> | 2018-06-18 19:26:03 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-06-18 16:42:54 -0700 |
commit | 029ad49c25315cc7f05e1e3ec5f494c5e57ce885 (patch) | |
tree | 613f6f1bc04a6b0c38b4aaa489650302bea3628d /meta-xfce/recipes-xfce/xfce4-session | |
parent | ce57958f46f1920f345f4793d5c27a42318c9ee9 (diff) | |
download | meta-openembedded-029ad49c25315cc7f05e1e3ec5f494c5e57ce885.tar.gz |
xfce4: package libtool files if they are installed
This is a partial revert of commit 2ad5ceafa53f [various classes
recipes: Remove FILES entries for dbg/dev packages] to restore the
packaging of libtool (.la) files. It is generally recommended to
include 'remove-libtool' in your distro features to purge libtool
files as a do_install postfunc for all recipes, as is the documented
recommendation for handling of libtool files (unless the .la have been
determined to be absolutely necessary, in which case a recipe can use
the REMOVE_LIBTOOL_LA to prevent the cleanup). However, if the
'remove-libtool' distro feature is not specified we need to ensure
that if after a recipe completes do_install() and there are libtool
files present in the image, we must package them or we will hit
'installed-vs-shipped' QA issues.
NOTE: that even with respect to libtool files this is not a 1:1
partial revert of commit 2ad5ceafa53f, adjustments are made according
to the current state of the build today.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-xfce/xfce4-session')
-rw-r--r-- | meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.12.1.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.12.1.bb b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.12.1.bb index 899edbf0a..712597bca 100644 --- a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.12.1.bb +++ b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.12.1.bb | |||
@@ -27,4 +27,8 @@ FILES_${PN} += " \ | |||
27 | ${datadir}/polkit-1 \ | 27 | ${datadir}/polkit-1 \ |
28 | " | 28 | " |
29 | 29 | ||
30 | FILES_${PN} += " \ | ||
31 | ${libdir}/xfce4/session/splash-engines/*.la \ | ||
32 | " | ||
33 | |||
30 | RDEPENDS_${PN} += "machine-host" | 34 | RDEPENDS_${PN} += "machine-host" |