diff options
Diffstat (limited to 'openembedded/packages/lttng/lttng-modules_0.12.bb')
| -rw-r--r-- | openembedded/packages/lttng/lttng-modules_0.12.bb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/openembedded/packages/lttng/lttng-modules_0.12.bb b/openembedded/packages/lttng/lttng-modules_0.12.bb deleted file mode 100644 index 51f6a05ec1..0000000000 --- a/openembedded/packages/lttng/lttng-modules_0.12.bb +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 1 | SECTION = "devel" | ||
| 2 | DESCRIPTION = "The Linux trace toolkit is a suite of tools designed to \ | ||
| 3 | extract program execution details from the Linux operating system and \ | ||
| 4 | interpret them." | ||
| 5 | LICENSE = "GPL" | ||
| 6 | MAINTAINER = "Richard Purdie <rpurdie@rpsys.net>" | ||
| 7 | |||
| 8 | SRC_URI = "http://ltt.polymtl.ca/lttng/${PN}-${PV}.tar.gz \ | ||
| 9 | file://ltt-modules-fixes.patch;patch=1" | ||
| 10 | |||
| 11 | S = "${WORKDIR}/ltt-modules-${PV}" | ||
| 12 | |||
| 13 | inherit module | ||
| 14 | |||
| 15 | export KERNELDIR="${STAGING_KERNEL_DIR}" | ||
| 16 | |||
| 17 | do_install() { | ||
| 18 | install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/net/ | ||
| 19 | install -m 0644 *${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/net/ | ||
| 20 | } | ||
| 21 | |||
| 22 | FILES = "/lib/modules/${KERNEL_VERSION}/net/*_cs${KERNEL_OBJECT_SUFFIX}" | ||
