meta-openembedded/meta-gnome
Andreas Müller 5cd17f68fc gnome-help.bbclass: Handle gnome-help files with new distro feature 'helpfiles'
Now that we can build gnome help files, let our users decide what to do with
them:

if 'helpfiles' not in DISTRO_FEATURES
    delete all help contents during install
else
  if PACKAGE_NO_HELP_SPLIT == 1
      pack all help files to ${PN}-help
  else
      pack help files to ${PN}-help-<lingua>

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-10-27 23:10:00 -07:00
..
classes gnome-help.bbclass: Handle gnome-help files with new distro feature 'helpfiles' 2019-10-27 23:10:00 -07:00
conf Add zeus compatibility to all layer.conf files 2019-10-08 15:58:14 -07:00
recipes-apps/pinpoint pinpoint: Add dependency on opengl for cogl 2017-09-13 11:11:07 +02:00
recipes-connectivity/network-manager-applet network-manager-applet: Remove the obsolete DEPENDS on gconf 2019-08-08 10:01:45 -07:00
recipes-extended/gparted gparted: add to deps instead of overwriting 2019-09-11 16:01:49 -07:00
recipes-gnome yelp: use itstool.bbclass 2019-10-27 23:10:00 -07:00
recipes-support appstream-glib: initial add 0.7.16 2019-10-25 10:42:44 -07:00
site site: Add riscv64 specific cache 2018-05-01 18:12:50 -07:00
COPYING.MIT meta-gnome: add empty layer 2011-04-21 20:03:19 +02:00
README sanity-meta-gnome: Remove obsolete class 2019-06-25 14:21:48 -07:00

Dependencies
------------
This layer depends on:

URI: git://github.com/openembedded/oe-core.git
branch: master
revision: HEAD

URI: git://github.com/openembedded/meta-oe.git
branch: master
revision: HEAD

Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-gnome]' in the subject'

When sending single patches, please using something like:
'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-gnome][PATCH'

Layer maintainer: Andreas Müller <schnitzeltony@googlemail.com>