aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lmbench
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2011-08-22 19:44:51 +0200
committerPaul Menzel <paulepanter@users.sourceforge.net>2011-08-22 19:56:21 +0200
commitbac6441118e0b78d55c98afdc108f03b6c655909 (patch)
tree59931d3df8ec8d71e9065bf7587b8a6c9c2c947a /recipes/lmbench
parent85371a7ebde2850d33499780e4bdeb61af35027b (diff)
downloadopenembedded-bac6441118e0b78d55c98afdc108f03b6c655909.tar.gz
lmbench: Remove obsolete BitKeeper stuff
Tom Rini pointed that out [1]. [1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-August/034535.html Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'recipes/lmbench')
-rw-r--r--recipes/lmbench/lmbench_2.0.4.bb9
-rw-r--r--recipes/lmbench/lmbench_2.5.bb10
-rw-r--r--recipes/lmbench/lmbench_3.0-a9.bb10
3 files changed, 0 insertions, 29 deletions
diff --git a/recipes/lmbench/lmbench_2.0.4.bb b/recipes/lmbench/lmbench_2.0.4.bb
index 1049bba1ee..ce9b4c656a 100644
--- a/recipes/lmbench/lmbench_2.0.4.bb
+++ b/recipes/lmbench/lmbench_2.0.4.bb
@@ -18,15 +18,6 @@ EXTRA_OEMAKE = '"CC=${CC}" "AR=${AR}" "CFLAGS=$CFLAGS" \
"LDFLAGS=${LDFLAGS}" "LD=${LD}" "OS=${TARGET_SYS}" \
"TARGET=${TARGET_OS}" "O=${S}/bin/${TARGET_SYS}"'
-python do_unpack () {
- bb.build.exec_func('base_do_unpack', d)
- bb.build.exec_func('byebk_do_unpack', d)
-}
-
-byebk_do_unpack () {
- find ${S}/.. -name BitKeeper -o -name SCCS | xargs rm -rf
-}
-
do_configure() {
:
}
diff --git a/recipes/lmbench/lmbench_2.5.bb b/recipes/lmbench/lmbench_2.5.bb
index 73063ad072..a28ef6ffa2 100644
--- a/recipes/lmbench/lmbench_2.5.bb
+++ b/recipes/lmbench/lmbench_2.5.bb
@@ -16,16 +16,6 @@ EXTRA_OEMAKE = 'CC="${CC}" AR="${AR}" CFLAGS="${CFLAGS}" \
LDFLAGS="${LDFLAGS}" LD="${LD}" OS="${TARGET_SYS}" \
TARGET="${TARGET_OS}" BASE="${prefix}"'
-
-python do_unpack () {
- bb.build.exec_func('base_do_unpack', d)
- bb.build.exec_func('byebk_do_unpack', d)
-}
-
-byebk_do_unpack () {
- find ${S}/.. -name BitKeeper -o -name SCCS | xargs rm -rf
-}
-
do_configure() {
:
}
diff --git a/recipes/lmbench/lmbench_3.0-a9.bb b/recipes/lmbench/lmbench_3.0-a9.bb
index 515b99daf7..5e0d01b2c6 100644
--- a/recipes/lmbench/lmbench_3.0-a9.bb
+++ b/recipes/lmbench/lmbench_3.0-a9.bb
@@ -20,16 +20,6 @@ EXTRA_OEMAKE = 'CC="${CC}" AR="${AR}" RANLIB="${RANLIB}" CFLAGS="${CFLAGS}" \
LDFLAGS="${LDFLAGS}" LD="${LD}" OS="${TARGET_SYS}" \
TARGET="${TARGET_OS}" BASE="${prefix}"'
-
-python do_unpack () {
- bb.build.exec_func('base_do_unpack', d)
- bb.build.exec_func('byebk_do_unpack', d)
-}
-
-byebk_do_unpack () {
- find ${S}/.. -name BitKeeper -o -name SCCS | xargs rm -rf
-}
-
do_configure() {
:
}