[oe-commits] [meta-openembedded] branch master-next updated: Add gnome help packages to image according to IMAGE_LINGUAS

git at git.openembedded.org git at git.openembedded.org
Wed Nov 13 22:58:47 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

The following commit(s) were added to refs/heads/master-next by this push:
     new 18d9e06  Add gnome help packages to image according to IMAGE_LINGUAS
18d9e06 is described below

commit 18d9e06a94c7e496cccedd09bf2db6dab9e54cff
Author: Andreas Müller <schnitzeltony at gmail.com>
AuthorDate: Wed Nov 6 21:54:06 2019 +0100

    Add gnome help packages to image according to IMAGE_LINGUAS
    
    In case
    
    * 'helpfiles' is in DISTRO_FEATURES and
    * PACKAGE_NO_HELP_SPLIT is not set to '1'
    
    those help packages matching language selections in IMAGE_LINGUAS are added to
    image automatically.
    
    For more details see:
    
    [1] https://github.com/openembedded/meta-openembedded/blob/master/meta-gnome/classes/gnome-help.bbclass
    [2] https://github.com/openembedded/openembedded-core/commit/3a9e9585aeb67234901b2f842113dbe20c3801b3
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-gnome/conf/layer.conf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-gnome/conf/layer.conf b/meta-gnome/conf/layer.conf
index 862d622..d381fdf 100644
--- a/meta-gnome/conf/layer.conf
+++ b/meta-gnome/conf/layer.conf
@@ -8,6 +8,9 @@ BBFILE_COLLECTIONS += "gnome-layer"
 BBFILE_PATTERN_gnome-layer := "^${LAYERDIR}/"
 BBFILE_PRIORITY_gnome-layer = "7"
 
+# auto-pack gnome help files
+IMAGE_LINGUAS_COMPLEMENTARY_append = " ${@bb.utils.contains('DISTRO_FEATURES','helpfiles','*-help-%s','',d)}"
+
 # This should only be incremented on significant changes that will
 # cause compatibility issues with other layers
 LAYERVERSION_gnome-layer = "1"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list