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

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


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

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

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

commit 13b53570780912cf826945d49fd77541651d4b60
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