mirror of
https://git.yoctoproject.org/poky
synced 2026-05-05 20:27:58 +02:00
shadow-sysroot: Use SYSROOT_DIRS to add dirs to stage in sysroot
(From OE-Core rev: 196e01cce6d76c72d8e76ad1441c1baed321c939) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f6ed023c5b
commit
c486741d12
@@ -21,12 +21,10 @@ S = "${WORKDIR}"
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${sysconfdir}
|
||||
install -p -m 755 ${S}/login.defs_shadow-sysroot ${D}${sysconfdir}/login.defs
|
||||
install -p -m 644 ${S}/login.defs_shadow-sysroot ${D}${sysconfdir}/login.defs
|
||||
}
|
||||
|
||||
sysroot_stage_all() {
|
||||
sysroot_stage_dir ${D} ${SYSROOT_DESTDIR}
|
||||
}
|
||||
SYSROOT_DIRS += "${sysconfdir}"
|
||||
|
||||
# don't create any packages
|
||||
# otherwise: dbus-dev depends on shadow-sysroot-dev which depends on shadow-sysroot
|
||||
|
||||
Reference in New Issue
Block a user