mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-09 05:49:23 +00:00
Revert "systemd.bbclass: Dont check for multilib and change for nativesdk renaming"
This triggers:
ERROR: Nothing RPROVIDES 'connman-systemd' (but /OE/tentacle/sources/meta-angstrom/recipes-images/angstrom/systemd-image.bb RDEPENDS on or otherwise requires it)
This reverts commit cbac8756e8.
This commit is contained in:
@@ -68,11 +68,9 @@ def systemd_after_parse(d):
|
|||||||
|
|
||||||
|
|
||||||
bpn = d.getVar('BPN', 1)
|
bpn = d.getVar('BPN', 1)
|
||||||
ml = d.getVar('MLPREFIX', 1)
|
|
||||||
if bpn + "-native" != d.getVar('PN', 1) and \
|
if bpn + "-native" != d.getVar('PN', 1) and \
|
||||||
bpn + "-cross" != d.getVar('PN', 1) and \
|
bpn + "-cross" != d.getVar('PN', 1) and \
|
||||||
ml + bpn != d.getVar('PN', 1) and \
|
bpn + "-nativesdk" != d.getVar('PN', 1):
|
||||||
"nativesdk-" + bpn != d.getVar('PN', 1):
|
|
||||||
systemd_check_vars()
|
systemd_check_vars()
|
||||||
for pkg_systemd in d.getVar('SYSTEMD_PACKAGES', 1).split():
|
for pkg_systemd in d.getVar('SYSTEMD_PACKAGES', 1).split():
|
||||||
systemd_create_package(pkg_systemd)
|
systemd_create_package(pkg_systemd)
|
||||||
|
|||||||
Reference in New Issue
Block a user