From 91a5b96208f739ab8448081f2c895f80a92412b1 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 22 Mar 2006 15:07:03 +0000 Subject: Add LTTng packages git-svn-id: https://svn.o-hand.com/repos/poky/trunk@323 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- openembedded/packages/lttng/lttng-modules_0.12.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 openembedded/packages/lttng/lttng-modules_0.12.bb (limited to 'openembedded/packages/lttng/lttng-modules_0.12.bb') diff --git a/openembedded/packages/lttng/lttng-modules_0.12.bb b/openembedded/packages/lttng/lttng-modules_0.12.bb new file mode 100644 index 000000000..51f6a05ec --- /dev/null +++ b/openembedded/packages/lttng/lttng-modules_0.12.bb @@ -0,0 +1,22 @@ +SECTION = "devel" +DESCRIPTION = "The Linux trace toolkit is a suite of tools designed to \ +extract program execution details from the Linux operating system and \ +interpret them." +LICENSE = "GPL" +MAINTAINER = "Richard Purdie " + +SRC_URI = "http://ltt.polymtl.ca/lttng/${PN}-${PV}.tar.gz \ + file://ltt-modules-fixes.patch;patch=1" + +S = "${WORKDIR}/ltt-modules-${PV}" + +inherit module + +export KERNELDIR="${STAGING_KERNEL_DIR}" + +do_install() { + install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/net/ + install -m 0644 *${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/net/ +} + +FILES = "/lib/modules/${KERNEL_VERSION}/net/*_cs${KERNEL_OBJECT_SUFFIX}" -- cgit v1.2.3