[oe-commits] [openembedded-core] branch master updated: systemtap: Fix typo in chown command

git at git.openembedded.org git at git.openembedded.org
Wed Oct 17 12:41:29 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

The following commit(s) were added to refs/heads/master by this push:
     new 02646be  systemtap: Fix typo in chown command
02646be is described below

commit 02646be9d38fac14d9820d02d398b731b9c1bf9c
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Wed Oct 17 13:40:54 2018 +0100

    systemtap: Fix typo in chown command
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-kernel/systemtap/systemtap_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb b/meta/recipes-kernel/systemtap/systemtap_git.bb
index 3c45bfa..78a82ef 100644
--- a/meta/recipes-kernel/systemtap/systemtap_git.bb
+++ b/meta/recipes-kernel/systemtap/systemtap_git.bb
@@ -46,7 +46,7 @@ do_install_append () {
    rmdir ${D}${prefix}/lib --ignore-fail-on-non-empty
 
    # 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list