diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-10-17 13:40:54 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-10-17 13:41:12 +0100 |
commit | 7e8056d96ebe85d72bc4cb961e5766968db2ece2 (patch) | |
tree | 6f11f21e1f1a29ed023a0334aa179102aa0e7efb | |
parent | 3b77e7b7852549dcfbc426d4ce258e6e857c0acd (diff) | |
download | poky-7e8056d96ebe85d72bc4cb961e5766968db2ece2.tar.gz |
systemtap: Fix typo in chown command
(From OE-Core rev: 02646be9d38fac14d9820d02d398b731b9c1bf9c)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-kernel/systemtap/systemtap_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb b/meta/recipes-kernel/systemtap/systemtap_git.bb index 3c45bfa937..78a82efc2c 100644 --- a/meta/recipes-kernel/systemtap/systemtap_git.bb +++ b/meta/recipes-kernel/systemtap/systemtap_git.bb | |||
@@ -46,7 +46,7 @@ do_install_append () { | |||
46 | rmdir ${D}${prefix}/lib --ignore-fail-on-non-empty | 46 | rmdir ${D}${prefix}/lib --ignore-fail-on-non-empty |
47 | 47 | ||
48 | # Ensure correct ownership for files copied in | 48 | # Ensure correct ownership for files copied in |
49 | chown root.root ${D}${sysconfdir}/stap-exporter/* -R | 49 | chown root:root ${D}${sysconfdir}/stap-exporter/* -R |
50 | } | 50 | } |
51 | 51 | ||
52 | BBCLASSEXTEND = "nativesdk" | 52 | BBCLASSEXTEND = "nativesdk" |