mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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] 3a9e9585ae
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
bbba23ad28
commit
18d9e06a94
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user