diff options
Diffstat (limited to 'meta/recipes-kernel/systemtap/systemtap_git.bb')
| -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" |
