mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
systemtap: Fix typo in chown command
(From OE-Core rev: 02646be9d38fac14d9820d02d398b731b9c1bf9c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -46,7 +46,7 @@ do_install_append () {
|
|||||||
rmdir ${D}${prefix}/lib --ignore-fail-on-non-empty
|
rmdir ${D}${prefix}/lib --ignore-fail-on-non-empty
|
||||||
|
|
||||||
# Ensure correct ownership for files copied in
|
# Ensure correct ownership for files copied in
|
||||||
chown root.root ${D}${sysconfdir}/stap-exporter/* -R
|
chown root:root ${D}${sysconfdir}/stap-exporter/* -R
|
||||||
}
|
}
|
||||||
|
|
||||||
BBCLASSEXTEND = "nativesdk"
|
BBCLASSEXTEND = "nativesdk"
|
||||||
|
|||||||
Reference in New Issue
Block a user