mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-19 05:21:23 +02:00
bump(sys-apps/baselayout): Updates for systemd
This commit is contained in:
parent
32ad96fc9b
commit
11deb867b8
@ -9,7 +9,7 @@ CROS_WORKON_REPO="git://github.com"
|
|||||||
if [[ "${PV}" == 9999 ]]; then
|
if [[ "${PV}" == 9999 ]]; then
|
||||||
KEYWORDS="~amd64 ~arm ~x86"
|
KEYWORDS="~amd64 ~arm ~x86"
|
||||||
else
|
else
|
||||||
CROS_WORKON_COMMIT="c6d25f9aa7ce2869aabcde3641dc1936c172edd1"
|
CROS_WORKON_COMMIT="08d3b10ab1b0d01d200189e9f405ec8e3b76aedb"
|
||||||
KEYWORDS="amd64 arm x86"
|
KEYWORDS="amd64 arm x86"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -117,11 +117,6 @@ src_install() {
|
|||||||
systemd_dotmpfilesd "${T}/baselayout-usr.conf"
|
systemd_dotmpfilesd "${T}/baselayout-usr.conf"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if use cros_host; then
|
|
||||||
# do not install networkd's resolv.conf symlink in SDK
|
|
||||||
rm "${D}"/usr/lib/tmpfiles.d/baselayout-resolv.conf || die
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Fill in all other paths defined in tmpfiles configs
|
# Fill in all other paths defined in tmpfiles configs
|
||||||
tmpfiles_create
|
tmpfiles_create
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user