diff options
Diffstat (limited to 'meta-oe/recipes-kernel/ktap/ktap_git.bb')
| -rw-r--r-- | meta-oe/recipes-kernel/ktap/ktap_git.bb | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/meta-oe/recipes-kernel/ktap/ktap_git.bb b/meta-oe/recipes-kernel/ktap/ktap_git.bb deleted file mode 100644 index a947b7fcc7..0000000000 --- a/meta-oe/recipes-kernel/ktap/ktap_git.bb +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | # Released under the MIT license (see COPYING.MIT for the terms) | ||
| 2 | |||
| 3 | require ktap.inc | ||
| 4 | |||
| 5 | SUMMARY = "KTAP is a scripting dynamic tracing tool for Linux" | ||
| 6 | DEPENDS = "ktap-module" | ||
| 7 | |||
| 8 | PNBLACKLIST[ktap] ?= "Depends on blacklisted kernel-module-ktapvm - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
| 9 | |||
| 10 | # Only build the userspace app | ||
| 11 | EXTRA_OEMAKE += "ktap" | ||
| 12 | |||
| 13 | do_install() { | ||
| 14 | install -d ${D}${bindir} | ||
| 15 | install -m 0755 ${S}/ktap ${D}${bindir}/ | ||
| 16 | } | ||
| 17 | |||
| 18 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 19 | RRECOMMENDS_${PN} = "kernel-module-ktapvm" | ||
