diff options
Diffstat (limited to 'meta/recipes-kernel/systemtap')
-rw-r--r-- | meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb b/meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb index 7fa674853..b328e6bac 100644 --- a/meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb +++ b/meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb @@ -7,7 +7,7 @@ DEPENDS = "systemtap virtual/kernel" PR = "r0" # On systems without CONFIG_UTRACE, this package is empty. -ALLOW_EMPTY_${PN} = 1 +ALLOW_EMPTY_${PN} = "1" inherit module-base gettext |