meta-openembedded/meta-oe
Andreas Müller 3502ef4afd systemd.bbclass: enhance checks for SYSTEMD_PACKAGES and SYSTEMD_SERVICE
after recipe parsing the following plausibilities are checked:
* ERROR if empty SYSTEMD_PACKAGES
* ERROR if SYSTEMD_PACKAGES entry does not contain '-systemd' AND
  package_name != ${PN}
* ERROR if SYSTEMD_PACKAGES entry contains '-systemd' but entry without
  '-systemd' (base pkg) does not exist
* WARNING if SYSTEMD_PACKAGES containing ${PN} to force package maintainers to
  split out systemd-specific files into *-systemd
* error if SYSTEMD_SERVICE(_<systemd-package>) is empty for one or more entries
  in SYSTEMD_PACKAGES

The code in populate_packages_prepend to set SYSTEMD_PACKAGES to ${PN} as
default was removed.

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-23 16:46:31 +01:00
..
classes systemd.bbclass: enhance checks for SYSTEMD_PACKAGES and SYSTEMD_SERVICE 2012-02-23 16:46:31 +01:00
conf machine includes: remove from layer 2011-05-25 16:05:04 +02:00
recipes-benchmark memtester: Corrected recipe following review comments and guidelines 2011-10-31 11:24:48 +01:00
recipes-connectivity vsftpd: add new package 2012-02-22 12:23:16 +01:00
recipes-core systemd-systemctl-native: add multiple services support 2012-02-23 16:46:30 +01:00
recipes-devtools vala: upgrade to newer vala from meta-smartphone/meta-fso layer 2012-02-22 09:42:14 +01:00
recipes-extended net-snmp: move static libs onto ${PN}-staticdev 2012-02-20 22:22:02 +01:00
recipes-gnome/gtk+ recipes: bump PR to rebuild .la files without libz.la 2012-02-13 16:59:29 +01:00
recipes-graphics openbox: add 3.4.11.2 2012-02-20 22:22:02 +01:00
recipes-kernel/kmod kmod: update to v5+git 2012-02-23 16:46:30 +01:00
recipes-multimedia recipes: bump PR to rebuild .la files without libz.la 2012-02-13 16:59:29 +01:00
recipes-navigation gpsd: add systemd support 2012-01-23 16:23:12 +01:00
recipes-qt qt-4.8.0: enable sql features as in 4.7.4 2012-01-26 15:26:49 +01:00
recipes-support farsight2: Fix QA warning about non staticdev containing .a files. 2012-02-20 22:24:11 +01:00
site rp-pppoe: Port from oe.dev 2011-07-26 21:51:39 +02:00
COPYING.MIT move layer into meta-oe in preparation for future splits 2011-03-17 21:41:22 +01:00
README README: add top level readme, update meta-oe one 2011-10-17 09:27:01 +02:00

This layer depends on:

URI: git://git.openembedded.org/openembedded-core
branch: master
revision: HEAD

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

When sending single patches, please use something like 'git send-email -1 --to openembedded-devel@lists.openembedded.org --subject-prefix meta-oe'

You are encouraged to fork the mirror on github https://github.com/openembedded/meta-oe/ to share your patches, this is preferred for patch sets consisting of more than one patch. Other services like gitorious, repo.or.cz or self hosted setups are of course accepted as well, 'git fetch <remote>' works the same on all of them. We recommend github because it is free, easy to use, has been proven to be reliable and has a really good web GUI.

Main layer maintainer: Koen Kooi <koen@dominion.thruhere.net>