[oe-commits] org.oe.dev oprofile: add 0.9.3, update cvs, drop 0.9.1 left-overs

pH5 commit openembedded-commits at lists.openembedded.org
Wed Aug 8 13:56:11 UTC 2007


oprofile: add 0.9.3, update cvs, drop 0.9.1 left-overs
- the no_arm_mapping_syms and opcontrol_bashisms patches are applied upstream

Author: pH5 at openembedded.org
Branch: org.openembedded.dev
Revision: 1e604e78eb33aee9476c5e81446bb732dad83760
ViewMTN: http://monotone.openembedded.org/revision.psp?id=1e604e78eb33aee9476c5e81446bb732dad83760
Files:
1
packages/oprofile/oprofile-0.9.1
packages/oprofile/oprofile-0.9.1/acinclude.m4
packages/oprofile/oprofile-0.9.1/no_arm_mapping_syms.patch
packages/oprofile/oprofile_0.9.3.bb
packages/oprofile/oprofile_cvs.bb
Diffs:

#
# mt diff -r583da5d8f9198c190ede6cca8f23e687b2f104a9 -r1e604e78eb33aee9476c5e81446bb732dad83760
#
# 
# 
# delete "packages/oprofile/oprofile-0.9.1"
# 
# delete "packages/oprofile/oprofile-0.9.1/acinclude.m4"
# 
# delete "packages/oprofile/oprofile-0.9.1/no_arm_mapping_syms.patch"
# 
# add_file "packages/oprofile/oprofile_0.9.3.bb"
#  content [f756427d410e1704dcdc1e0d1000a9e01fbc4313]
# 
# patch "packages/oprofile/oprofile_cvs.bb"
#  from [e1e2c8e310c52cdb0da917f1a463dcfb90ed1be9]
#    to [219f961286e4c839f32b63f5e425108ac7e3dacd]
# 
============================================================
--- packages/oprofile/oprofile_0.9.3.bb	f756427d410e1704dcdc1e0d1000a9e01fbc4313
+++ packages/oprofile/oprofile_0.9.3.bb	f756427d410e1704dcdc1e0d1000a9e01fbc4313
@@ -0,0 +1,38 @@
+SECTION = "devel"
+DESCRIPTION = "OProfile is a system-wide profiler for Linux systems, capable \
+of profiling all running code at low overhead."
+LICENSE = "GPL"
+DEPENDS = "popt binutils"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/oprofile/oprofile-${PV}.tar.gz \
+	   file://acinclude.m4"
+S = "${WORKDIR}/oprofile-${PV}"
+
+inherit autotools
+
+# NOTE: this disables the build of the kernel modules.
+# Should add the oprofile kernel modules, for those with 2.4
+# kernels, as a seperate .oe file.
+EXTRA_OECONF = "--with-kernel-support \
+		--without-x \
+		--disable-werror "
+
+do_configure () {
+	cp ${WORKDIR}/acinclude.m4 ${S}/
+	autotools_do_configure
+}
+# Available config options
+#  --enable-abi                 enable abi portability code (default is disabled)
+#  --enable-pch                 enable precompiled header (default is disabled)
+#  --enable-gcov                enable option for gcov coverage testing (default is disabled)
+#  --disable-werror            disable -Werror flag (default is enabled for non-release)
+#  --disable-optimization      disable optimization flags (default is enabled)
+#  --with-kernel-support        Use 2.6 kernel (no kernel source tree required)
+#  --with-linux=dir             Path to Linux source tree
+#  --with-module-dir=dir        Path to module installation directory
+#  --with-extra-includes=DIR    add extra include paths
+#  --with-extra-libs=DIR        add extra library paths
+#  --with-x                use the X Window System
+#  --with-qt-dir           where the root of Qt is installed
+#  --with-qt-includes      where the Qt includes are.
+#  --with-qt-libraries     where the Qt library is installed.
============================================================
--- packages/oprofile/oprofile_cvs.bb	e1e2c8e310c52cdb0da917f1a463dcfb90ed1be9
+++ packages/oprofile/oprofile_cvs.bb	219f961286e4c839f32b63f5e425108ac7e3dacd
@@ -9,8 +9,6 @@ SRC_URI = "cvs://anonymous@oprofile.cvs.
 DEFAULT_PREFERENCE = "-1"
 
 SRC_URI = "cvs://anonymous@oprofile.cvs.sourceforge.net/cvsroot/oprofile;module=oprofile \
-	   file://no_arm_mapping_syms.patch;patch=1 \
-           file://opcontrol_bashisms.patch;patch=1 \
 	   file://acinclude.m4"
 S = "${WORKDIR}/oprofile"
 






More information about the Openembedded-commits mailing list