[oe-commits] Tom Rini : lmbench: Fix 2.0.4 like Koen did for 2.5

git version control git at git.openembedded.org
Tue Aug 17 17:04:27 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: af89852d1cb18250b7bc01991e9c9ddeaf369110
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=af89852d1cb18250b7bc01991e9c9ddeaf369110

Author: Tom Rini <tom_rini at mentor.com>
Date:   Tue Aug 17 10:04:12 2010 -0700

lmbench: Fix 2.0.4 like Koen did for 2.5

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/lmbench/lmbench_2.0.4.bb |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/recipes/lmbench/lmbench_2.0.4.bb b/recipes/lmbench/lmbench_2.0.4.bb
index fc6c7a1..50a5377 100644
--- a/recipes/lmbench/lmbench_2.0.4.bb
+++ b/recipes/lmbench/lmbench_2.0.4.bb
@@ -2,7 +2,10 @@ SECTION = "console/utils"
 DESCRIPTION = "Tools for performance analysis."
 LICENSE = "GPL"
 RDEPENDS_${PN} = "debianutils"
-PR = "r2"
+
+PR = "r3"
+
+inherit autotools
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/lmbench/lmbench-${PV}.tgz \
 	   file://debian.patch \
@@ -14,12 +17,6 @@ EXTRA_OEMAKE = '"CC=${CC}" "AR=${AR}" "CFLAGS=$CFLAGS" \
 		"LDFLAGS=${LDFLAGS}" "LD=${LD}" "OS=${TARGET_SYS}" \
 		"TARGET=${TARGET_OS}" "O=${S}/bin/${TARGET_SYS}"'
 
-
-inherit siteinfo
-
-# Space separated list of shell scripts with variables defined to supply test
-# results for autoconf tests we cannot run at build time.
-export CONFIG_SITE = "${@siteinfo_get_files(d)}"
 python do_unpack () {
 	bb.build.exec_func('base_do_unpack', d)
 	bb.build.exec_func('byebk_do_unpack', d)
@@ -29,6 +26,10 @@ byebk_do_unpack () {
 	find ${S}/.. -name BitKeeper -o -name SCCS | xargs rm -rf
 }
 
+do_configure() {
+	:
+}
+
 do_compile () {
 	. ${CONFIG_SITE}
 	if [ X"$ac_cv_uint" == X"yes" ]; then





More information about the Openembedded-commits mailing list