[oe-commits] Koen Kooi : lmbench: fix build

git version control git at git.openembedded.org
Wed Aug 11 13:48:04 UTC 2010


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Aug 11 15:47:18 2010 +0200

lmbench: fix build

---

 recipes/lmbench/lmbench_2.5.bb |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/recipes/lmbench/lmbench_2.5.bb b/recipes/lmbench/lmbench_2.5.bb
index 80f53a8..de7fc48 100644
--- a/recipes/lmbench/lmbench_2.5.bb
+++ b/recipes/lmbench/lmbench_2.5.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://build.patch \
@@ -14,11 +17,6 @@ EXTRA_OEMAKE = 'CC="${CC}" AR="${AR}" CFLAGS="${CFLAGS}" \
 		TARGET="${TARGET_OS}" BASE="${prefix}"'
 
 
-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)
@@ -28,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