diff options
author | Richard Purdie <richard@openedhand.com> | 2006-06-12 20:30:56 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-06-12 20:30:56 +0000 |
commit | 2f8d4c97a7f2653276ae7cb0a530ed34d2ec5e79 (patch) | |
tree | 3cc7a0de810e470d76f321c1a468a6c709217454 /openembedded/packages/lttng | |
parent | 74858ca6c17f03a29b11fabdc5e611e9dc42fd4e (diff) | |
download | openembedded-core-2f8d4c97a7f2653276ae7cb0a530ed34d2ec5e79.tar.gz openembedded-core-2f8d4c97a7f2653276ae7cb0a530ed34d2ec5e79.tar.bz2 openembedded-core-2f8d4c97a7f2653276ae7cb0a530ed34d2ec5e79.tar.xz openembedded-core-2f8d4c97a7f2653276ae7cb0a530ed34d2ec5e79.zip |
lttng-control: Cleanup .bb file
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@472 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/lttng')
-rw-r--r-- | openembedded/packages/lttng/lttng-control_0.6.bb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/openembedded/packages/lttng/lttng-control_0.6.bb b/openembedded/packages/lttng/lttng-control_0.6.bb index e266ea5e9..b18f507e9 100644 --- a/openembedded/packages/lttng/lttng-control_0.6.bb +++ b/openembedded/packages/lttng/lttng-control_0.6.bb @@ -10,24 +10,7 @@ SRC_URI = "http://ltt.polymtl.ca/lttng/ltt-control-${PV}-28042006.tar.gz" S = "${WORKDIR}/ltt-control-${PV}-28042006" inherit autotools -#inherit module export KERNELDIR="${STAGING_KERNEL_DIR}" -#INHIBIT_PACKAGE_STRIP = "1" -#EXTRA_OECONF = "--without-rtai \ -# --without-gtk" - -#do_configure () { -# rm -f ${S}/acinclude.m4 -# autotools_do_configure -#} - -#o_install() { -# install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/net/ -# install -m 0644 *${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/net/ -# - - -#ILES = "/lib/modules/${KERNEL_VERSION}/net/*_cs${KERNEL_OBJECT_SUFFIX}" FILES_${PN} += "${datadir}/ltt-control/facilities/*"
\ No newline at end of file |