diff options
author | Roy Li <rongqing.li@windriver.com> | 2013-12-10 13:46:16 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-10 11:30:59 +0000 |
commit | 84f1d3252c369dff06a517baa4fd7fe274782e40 (patch) | |
tree | 53167e42c5de7f48b44c501c2d210ef510d3753a /meta/conf/distro/include | |
parent | e5d81f757de4bd1bfd37a96300edd50b77b0d21c (diff) | |
download | openembedded-core-84f1d3252c369dff06a517baa4fd7fe274782e40.tar.gz openembedded-core-84f1d3252c369dff06a517baa4fd7fe274782e40.tar.bz2 openembedded-core-84f1d3252c369dff06a517baa4fd7fe274782e40.zip |
multilib: Ensure we map the SYSTEMD_PACKAGES variable
If we don't do this, systemd.bbclase will complain to unable to find multilib
packages since PACKAGES is expand with mlprefix, but SYSTEMD_PACKAGES is not,
like in ntp.inc:
$grep PACKAGES meta-oe/meta-networking/recipes-support/ntp/ntp.inc
PACKAGES += "ntpdate sntp ${PN}-tickadj ${PN}-utils"
SYSTEMD_PACKAGES = "${PN} ntpdate sntp"
$
$bitbake ntp
ERROR: ntpdate does not appear in package list, please add it
ERROR: sntp does not appear in package list, please add it
$
Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro/include')
0 files changed, 0 insertions, 0 deletions